CDROM Drive mapping in batch file - TechRepublic
General discussion
April 3, 2002 at 08:50 AM
degthat

CDROM Drive mapping in batch file

by degthat . Updated 24 years, 3 months ago

Could someone help me with a problem. I need to resolve quickly. Easy question for someone. How to you copy files from a CD to c: . For some reason it doesn’t know where the CDROM drive letter is. Here is what I have

PATH=%CDROM%\:
pause
xcopy \files\*.* C:\EA-6B\

ATTRIB -R c:\EA-6B\*.*

This discussion is locked

All Comments