I am having a hard time trying to make this run from a CD, when i try and start it i get this error:
Can anyone help please.
Thanks
This is my wip.cmd
@ECHO OFF REM REM WPI startup something. REM
REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i: echo Found CD-Rom as drive %CDROM%
REM Determine the WPI startup path. REM If WPI should run off the CD the replace %dp0 with %CDROM%\PathToWPI set WPIPATH=%CDROM%\install\wpi\WPI.cmd echo WPI will run from %WPIPATH%
REM Hide this command window "%CDROM%\install\wpi\common\cmdow.exe" @ /HID
REM Special registry tweak needed regedit /S "%CDROM%\install\wpi\common\wpi.reg"
REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO echo %%i: cd "%WPIPATH%"
REM Start WPI and wait for its end start /wait WPI.hta
REM call any cleanup code here, or after this script.
Getting 3.3.5 ready.......
in Windows Post-Install Wizard (WPI)
Posted
I am having a hard time trying to make this run from a CD, when i try and start it i get this error:
Can anyone help please.
Thanks
This is my wip.cmd
And my WPI.hta