Jump to content

install from cd


Recommended Posts

Guest doughnut
Posted

i am creating a xp cd but i want to install the applications from cd , however when i use the defualt %systemdrive% it says it cant find the apps so i have to substitute this with my cd drive letter , how can i make it use the cd drive?


Posted
i am creating a xp cd but i want to install the applications from cd , however when i use the defualt %systemdrive% it says it cant find the apps so i have to substitute this with my cd drive letter , how can i make it use the cd drive?

You should really try the search function.... you can find getcd.exe using the search function then call use this code to set %CDROM% to your cdrom drive letter.

FOR /F "tokens=*" %%a in ('getcd.exe') do set CDROM=%%a

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