Jump to content

Win 2000 how to restart after a batchfile


Recommended Posts

i just made a unattended cd for win 2000...but after installing sillent Ie6_sp1 i wont that pc to restart!!!

ECHO.

ECHO Installing IE6sp1

ECHO Please wait...

start /wait %systemdrive%\install\ie6\ie6setup.exe /Q:A /R:N

restart the pc ????????? :(

Link to comment
Share on other sites


Wouldn't it be easier to change the rebooting option from /R:N (never restart) to /R:S (always restart)?

/R:A Always restart

/R:N Never restart

/R:S Silent restart

EX.

ECHO.

ECHO Installing IE6sp1

ECHO Please wait...

start /wait %systemdrive%\install\ie6\ie6setup.exe /Q:A /R:S

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...