How to Use mcopy


mcopy will copy files between UNIX and MSDOS floppies.

For detailed information on mcopy, see the mcopy man page.

To copy a file called mystuff.doc from your UNIX account to an MSDOS floppy, use the following command:
mcopy mystuff.doc a:\mystuff.doc

To copy the same file, but change the linefeeds to carriage return/line feeds while copying the file, use the following command:
mcopy -t mystuff.doc a:\mystuff.doc

To copy a file called mystuff.doc from an MSDOS floppy to your UNIX account, use the following command:
mcopy a:\mystuff.doc mystuff.doc


Mtools page