Aaron Posted August 16, 2003 Author Posted August 16, 2003 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%\installRD /S /Q %systemdrive%\DriversECHO.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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now