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

  • Category
  • MS-DOS Q&A
  • Companies
  • Microsoft
  • Solved?
  • Were you able to locate the answer to your question?