Jump to content

Wpi Cannt be found?


Recommended Posts

Well what can I say Ive been using a virtual machine to test the Iso File. I get windows installed brillantly but when it logs on I get an error beep and it says C:\Install\wpi\wpi.cmd could not be found. But I can confirm it is there and to my knowledge everything is right. I really dont know wot else to do I will post all associated files and hopefully someone can see if I have made a stupid mistake? :unsure:

Winnt.sif

winnt.sif

Wpi.cmd

WPI.cmd

Link to comment
Share on other sites


What is the folder loyout of your disk??

Also you really need this stuff near the top of your cmd file =

REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico).

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:\wpi.ico 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%.

set wpipath=%~dp0

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...