How to Copy or Duplicate a File in DOS?

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

How ToYou can use the following command

C> COPY C:\DIR\SUBDIRECTORY\FILE A:\

C is the source drive or where you are copying. Copy is the DOS command. C:\DIR\SUBDIRECTORY\FILE is the path where the file is located and A:\ is the destination directory in this case the floppy drive (usually A:\)