I want to copy the directory, plus the files within it, plus any subdirectories and I want to use DOS to do this, as I'm writing a DOS batch file to go on CD-ROM.
2007-07-29
00:32:42
·
4 answers
·
asked by
brilliant_moves
7
in
Computers & Internet
➔ Programming & Design
The text above should read:
COPY D:\dir1 C:\
where dir1 is a directory containing subdirectories. DOS creates C:\dir1 and copies files, but no subdirectories. Can anyone help?
2007-07-29
00:38:06 ·
update #1