yep, at the end of the batch file before EXIT, here's a snippet of mine: ECHO. ECHO Restarting the PC in 1 minute... shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install RD /S /Q %systemdrive%\Drivers ECHO. EXIT Although there probably won't be any point in putting those ECHO messages in, as these commands take effect quickly and you'll only see the messages for a very split-second.