How to Copy or duplicate a file?
You 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:\)