prepeare.cmd ?
i find examples of those in the unattended guide, but it doesn't tell me how to use them
i think using a batch file is old stile now, where can i read about those ?
Posted 12 August 2004 - 08:52 PM
Posted 12 August 2004 - 10:16 PM
cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT
Posted 12 August 2004 - 10:36 PM
Posted 12 August 2004 - 10:57 PM
Posted 13 August 2004 - 05:02 PM
xp_con_sp2.rar (1.89K)
Posted 13 August 2004 - 06:34 PM