
rem  This batchfile reboots (/r) the local (/l) pc answering 'yes' (/y) to any questions
rem  and forcing all programs to close (/c)

if not exist c:\noreboot.flg c:\MrC\shutdown.exe /t 10 /l /r /y /c
