Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 10-09-2008, 11:08 AM   #1
Computer Tool
 
K A Hall's Avatar
 
Join Date: May 1999
Location: Springfield, Missouri
Posts: 1,538
Windows 2000 server scheduled reboot

Trying to get a batch file or some way to reboot a Win2k server every 2, 3 days during off hours. I have tried a simple batch file in the task scheduler but as far as I can tell it is not working. Batch file is called reboot.bat and contains only the following so maybe I am missing something.

Code:
%windir%\System32\shutdown.exe -r -t 5
shutdown.exe is in the directory referred to BTW.

needing specifc instructions if you can please.
K A Hall is offline   Reply With Quote
Old 10-09-2008, 12:11 PM   #2
Ride 'em Cowboy
 
EzyStvy's Avatar
 
Join Date: Dec 1999
Location: Dallas, Tx
Posts: 9,109
Try adding the / in the two spots below.

%windir%\System32\shutdown.exe /-r /-t 5

and or try:

C:\Windows\System32\Shutdown.exe -r -t 30 (30 for thirty seconds)
__________________
Stand Up 2 Cancer - SU2C
EzyStvy is offline   Reply With Quote
Old 10-09-2008, 12:59 PM   #3
Come in Ray...
 
faulkner132's Avatar
 
Join Date: Sep 2004
Posts: 1,668
The Windows 2000 tool has a prompt you must confirm. Use the /y switch to automatically answer yes.

Code:
shutdown /L /R /Y
faulkner132 is offline   Reply With Quote
Old 10-09-2008, 06:17 PM   #4
Computer Tool
 
K A Hall's Avatar
 
Join Date: May 1999
Location: Springfield, Missouri
Posts: 1,538
I tried both of your ideas and neither one of them work either. Anyone else?

Update: Here is what does work.

Code:
%windir%\System32\shutdown.exe /L /R /T /Y /C
Used /? menu and figured it out so you were both kind of right I just was not getting it completley right. Thanks for the tips.

Last edited by K A Hall; 10-09-2008 at 06:34 PM. Reason: Update
K A Hall is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:23 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2