Guest doughnut Posted September 12, 2004 Posted September 12, 2004 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?
edg21 Posted September 12, 2004 Posted September 12, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now