Armando817 Posted February 20, 2017 Share Posted February 20, 2017 I am running Windows 10. I have an AutoIt script (all it does is display a msgbox) that I want to start at a certain time of the day using the windows task scheduler. When the task scheduler starts the script I get the "How do you want to open this .au3 file?" dialog (see attachment). I have the default program already set for .au3 scripts but I get the dialog no matter what. Any suggestions? Thanks. Link to comment Share on other sites More sharing options...
Subz Posted February 20, 2017 Share Posted February 20, 2017 (edited) Compile the script as an exe? Or use the full path to autoit3.exe i.e.: C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Filename.au3" Edited February 20, 2017 by Subz Link to comment Share on other sites More sharing options...
Armando817 Posted February 20, 2017 Author Share Posted February 20, 2017 Thank you, Subz. I compiled the script to an .exe and the task scheduler works fine. Link to comment Share on other sites More sharing options...
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