E
Eckhart Schmidt
I wrote what I thought was a simple batch file to copy a directory
("Timeprog") and all subfolders from my C: drive to my E:\ drive, The
following line was put into a batch file named "Timecopy.bat" which resides
on my C: drive.
XCOPY C:\TIMEPROG\ E:\TIMEPROG /S /E
When I run the file, a DOS window appears briefly, closes, but nothing
happens. What am I missing to make a working batch file, please?
Ed Aleks
("Timeprog") and all subfolders from my C: drive to my E:\ drive, The
following line was put into a batch file named "Timecopy.bat" which resides
on my C: drive.
XCOPY C:\TIMEPROG\ E:\TIMEPROG /S /E
When I run the file, a DOS window appears briefly, closes, but nothing
happens. What am I missing to make a working batch file, please?
Ed Aleks