wyllies1 Posted March 15, 2011 Share Posted March 15, 2011 Hello all I am brand new to AutoIt and to writing scripts in general so I am kind of teaching myself. I have been looking for the script commands that would allow me to restart a computer at a specified time and upon restarting open a program and log into it. I know mouse coordinates and key presses can be automated but I am not even sure if the program can continue a script after a reboot so this may not be possible in the first place. Thank you all in advance. Link to comment Share on other sites More sharing options...
willichan Posted March 15, 2011 Share Posted March 15, 2011 Try this. My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
wyllies1 Posted March 15, 2011 Author Share Posted March 15, 2011 Very comprehensive thank you for that. Is there a way to set parameters for shutting down at a specific time? And can you use the auto login script to auto login to a specific program or can you only use that for logging into the computer itself? Link to comment Share on other sites More sharing options...
willichan Posted March 15, 2011 Share Posted March 15, 2011 AutoLogin just logs a user into Windows after a startup/reboot. If you want to start a specific program, there are several ways. The easiest is to put a shortcut to it in the Startup folder.You can also look at this.For shutting down, go to a command prompt and type shutdown /? My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash 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