Every Monday, Tuesday, Wednesday, Thursday and Friday at 9. How can I do it?

Hello everyone.
I am new to this amazing app.
I have created a macro with the “Record” option. The only problem, I am not able to make it run from Monday to Friday at 9 in the morning :frowning: .
I’ve searched the forum, but didn’t see anything like it.
Thank you very much for reading and for the future help.

in Windows, use Task scheduler
schedule bat file

create a bat file which will open html file and html file will run the macro
you have to generate html file from settings

example:
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” “file:///D:/test/ui.vision.html?direct=1&macro=Mymacro”

Great idea!!! Thanks you