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,
Page 1 of 1
Reboot every monday on 6am? help! Windows 2003 server
#2
Posted 11 August 2005 - 07:17 AM
use the built in windows scheduler service to run the shutdown.exe command.
#3
Posted 11 August 2005 - 07:29 AM
jondercik, on Aug 11 2005, 07:17 AM, said:
use the built in windows scheduler service to run the shutdown.exe command.
<{POST_SNAPBACK}>
<{POST_SNAPBACK}>
Thanks for the info!
you mean like shutdown.exe -r -t 604800
And at startup: shutdown.cmd
But theres an annoying windows with the counter
#4
Posted 11 August 2005 - 07:35 AM
No, just
shutdown.exe -r, and set it to run at 6:00 on Mondays.
#5
Posted 11 August 2005 - 01:00 PM
Read here:
http://www.ss64.com/nt/schtasks.html
and here:
http://www.ss64.com/nt/shutdown.html
(the use of NET STOP could mean very fast shutdown time)
jaclaz
P.S.: have a look here also:
http://www.robvander...m/shutdown.html
for more hints and alternate utils
http://www.ss64.com/nt/schtasks.html
and here:
http://www.ss64.com/nt/shutdown.html
(the use of NET STOP could mean very fast shutdown time)
jaclaz
P.S.: have a look here also:
http://www.robvander...m/shutdown.html
for more hints and alternate utils
This post has been edited by jaclaz: 11 August 2005 - 01:06 PM
Share this topic:
Page 1 of 1



Help

Back to top









