WillB Posted January 12, 2018 Posted January 12, 2018 Hi, I've written my script to run a particular program which I can manually run by double clicking on the .au3 file. I now want to schedule this task each morning. I've added a basic task in the Windows scheduler to 'run' the .au3 file at a specific time each day. When the scheduler runs the task, it opens the script editing window instead of running the script. Am I needing to add something to the task scheduler in terms of arguments? Thanks
WillB Posted January 12, 2018 Author Posted January 12, 2018 I've now moved the .au3 file to the c:\ drive and when the task scheduler attempts to launch it, it asks for a program to run the file in. I click on the AutoIT.exe but I get an error
Earthshine Posted January 12, 2018 Posted January 12, 2018 I think you’re going to have to compile it to an exe and run that My resources are limited. You must ask the right questions
WillB Posted January 12, 2018 Author Posted January 12, 2018 Aha, thank you so much for the quick reply. Feel a bit silly
Earthshine Posted January 12, 2018 Posted January 12, 2018 (edited) No problems mate. check back if it doesn’t work Edited January 12, 2018 by Earthshine My resources are limited. You must ask the right questions
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now