How to copy all files from one drive to another drive in DOS
Issue
How to copy all files from one drive to another drive in DOS.
Solution
Using the xcopy command a user can copy the complete contents of a drive to another drive. An example of a command that can be used is shown below.
xcopy32 c:\ d:\ /h/i/c/k/e/r/y
Additional information
- See the xcopy command for further information and help with this command.
- How to copy information from one computer to another.
