Help - Search - Members - Calendar
Full Version: need help with cmd autorun
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
coolcliff
ok i'm making autorun back up disc
and i wanted to know how to make the .cmd file to display my user name in the cmd file

"[CoolCliff re-install DVD]
REM install Mozilla
start /wait %CDROM%\Install\Mozilla\Setup1.0.5.exe -ma -ira

REM instal Nero 6.6.0.15
start /wait %CDROM%\Install\Nero-6.6.0.15a\Setupx.exe"

that is how i have it setup please anyone
HELP me Thnxs
glent
try this
CODE
TITLE CoolCliff re-install DVD
CLS

REM install Mozilla
start /wait %CDROM%\Install\Mozilla\Setup1.0.5.exe -ma -ira

REM instal Nero 6.6.0.15
start /wait %CDROM%\Install\Nero-6.6.0.15a\Setupx.exe"
coolcliff
thnxs man that did the trick
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.