PSX5Central

Non Gaming Discussions => Off-Topic => Topic started by: Richard on July 07, 2005, 12:00:15 PM

Title: Restart Computer multiple times in batch?
Post by: Richard on July 07, 2005, 12:00:15 PM
@echo off
echo.
echo restart computer
shutdown -r -f -t 60 -c "restart was planned"

Exit

Okay after this restart I want the computer to wait 60 seconds and restart again - is this possible?

FYI: Creating an unattended DVD.