GreenMachine Posted October 31, 2004 Posted October 31, 2004 I believe what is really being looked for in 99% of these cases is the cd letter from which windows was installed: that is where the CD is ...FOR /F "TOKENS=3" %%I IN ('REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "SourcePath" ^| FINDSTR "SourcePath"') DO SET CDROM=%%~dINeater, and more efficient ...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now