Jump to content

command line problem


Recommended Posts

for example i have this command in wpi

%cdrom%\software\office2003\setup.exe

but when wpi starts and i select to install this app

it says it cant find the location in c:\software\office2003\setup.exe

help please

Link to comment
Share on other sites


If you check wpi.cmd it checks for the wpi.ico file to find drive letter for cdrom see below

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%

Regards

Colin Bate

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