- Jan 16, 2001
- 816
- 0
- 0
Can anyone help me out?
For some reason this batch file gets a file not found *.* error when trying to run it from a cd drive.
--
mkdir c:\meddemo
c:
cd \meddemo
xcopy %1:\medimage\*.* \meddemo /s/e
cd \
--
Does anyone know why since I can't get it to run from the cd and install on the drive? Does anyone know what %1 means in the batch file?
Please help me out!
For some reason this batch file gets a file not found *.* error when trying to run it from a cd drive.
--
mkdir c:\meddemo
c:
cd \meddemo
xcopy %1:\medimage\*.* \meddemo /s/e
cd \
--
Does anyone know why since I can't get it to run from the cd and install on the drive? Does anyone know what %1 means in the batch file?
Please help me out!