What is the DOS copy command to copy a complete directory to multiple 3.5 inch floppies? |
[Edit] |
Answer
if you are in the directory you want to copy:
copy *.* a:
If you are not in the directory you want to copy:
copy c:\direct\name\*.* a:
check the size of the files you are copying and make sure the floppy
can hold that much.
First answer by Ppyles. Last edit by Ppyles. Contributor trust: 116 [recommend contributor]. Question popularity: 19 [recommend question]
|
Research your answer: |
Can you answer other
questions about programming?



