August 11, 200521 yr 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,
August 11, 200521 yr Author 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
August 11, 200521 yr 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, 200521 yr by jaclaz
Create an account or sign in to comment