REM Objective: To reboot the nodes of cluster alternatively every week REM Created by: MAK REM COntact: mak_999@yahoo.com REM Created Date: Jan 10, 2004 shutdown /m \\%1 /r /f /c "Weekly reboot cycle for %1" /t 60 Echo %2,%1 > c:\reboot\clusternodes.txt