2forza Posted August 11, 2005 Posted August 11, 2005 Hi everone,Im not good with programming, I know little bit about AutoIT, batches...and how to make installers with WinRAR.Heres my problem...our server (which is running on Windows 2003) needs to reboot on every monday at 6.00 am.Can someone make an AutoIT script for me? (or other methods are also welcome)Otherwise I have to wake up early ... that $%^&*) monday (also a reason why i hate mondays).forzA,
jondercik Posted August 11, 2005 Posted August 11, 2005 use the built in windows scheduler service to run the shutdown.exe command.
2forza Posted August 11, 2005 Author Posted August 11, 2005 use the built in windows scheduler service to run the shutdown.exe command.<{POST_SNAPBACK}>Thanks for the info!you mean like shutdown.exe -r -t 604800And at startup: shutdown.cmdBut theres an annoying windows with the counter
Biney59 Posted August 11, 2005 Posted August 11, 2005 No, just shutdown.exe -r, and set it to run at 6:00 on Mondays.
jaclaz Posted August 11, 2005 Posted August 11, 2005 (edited) Read here:http://www.ss64.com/nt/schtasks.htmland here:http://www.ss64.com/nt/shutdown.html(the use of NET STOP could mean very fast shutdown time)jaclazP.S.: have a look here also:http://www.robvanderwoude.com/shutdown.htmlfor more hints and alternate utils Edited August 11, 2005 by jaclaz
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