mcopy



mcopy

Name
Note of warning
Description
Bugs
See Also
Viewing the texi doc

Name

mcopy - copy MSDOS files to/from Unix

Note of warning

This manpage has been automatically generated from mtools’s texinfo documentation, and may not be entirely accurate or complete. See the end of this man page for details.

Description

The mcopy command is used to copy MS-DOS files to and from Unix. It uses the following syntax:

mcopy [-bspanvmQT] [-D clash_option] sourcefile targetfile
mcopy [-bspanvmQT] [-D
clash_option] sourcefile [ sourcefiles... ] targetdirectory
mcopy [-tnvm]
MSDOSsourcefile

Mcopy copies the specified file to the named file, or copies multiple files to the named directory. The source and target can be either MS-DOS or Unix files.

The use of a drive letter designation on the MS-DOS files, ’a:’ for example, determines the direction of the transfer. A missing drive designation implies a Unix file whose path starts in the current directory. If a source drive letter is specified with no attached file name (e.g. mcopy a: .), all files are copied from that drive.

If only a single, MS-DOS source parameter is provided (e.g. "mcopy a:foo.exe"), an implied destination of the current directory (‘.’) is assumed.

A filename of ‘-’ means standard input or standard output, depending on its position on the command line.

Mcopy accepts the following command line options:

Text file transfer. Mcopy translates incoming carriage return/line feeds to line feeds when copying from MS-DOS to Unix, and vice-versa when copying from Unix to MS-DOS.

Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.

Recursive copy. Also copies directories and their contents

Preserves the attributes of the copied files

When mcopying multiple files, quits as soon as one copy fails (for example due to lacking storage space on the target disk)

Text (ASCII) file transfer. ASCII translates incoming carriage return/line feeds to line feeds.

Text (ASCII) file transfer with character set conversion. Differs from -a in the ASCII also translates incoming PC-8 characters to ISO-8859-1 equivalents as far as possible. When reading DOS files, untranslatable characters are replaced by ’#’; when writing DOS files, untranslatable characters are replaced by ’.’.

No confirmation when overwriting Unix files. ASCII doesn’t warn the user when overwriting an existing Unix file. If the target file already exists, and the -n option is not in effect, mcopy asks whether to overwrite the file or to rename the new file (‘name clashes’) for details). In order to switch off confirmation for DOS files, use -o.

Preserve the file modification time.

Verbose. Displays the name of each file as it is copied.

Bugs

Unlike MS-DOS, the ’+’ operator (append) from MS-DOS is not supported. However, you may use mtype to produce the same effect:

mtype a:file1 a:file2 a:file3 >unixfile
mtype a:file1 a:file2 a:file3 | mcopy - a:msdosfile

See Also

Mtools’ texinfo doc

Viewing the texi doc

This manpage has been automatically generated from mtools’s texinfo documentation. However, this process is only approximative, and some items, such as crossreferences, footnotes and indices are lost in this translation process. Indeed, these items have no appropriate representation in the manpage format. Moreover, not all information has been translated into the manpage version. Thus I strongly advise you to use the original texinfo doc. See the end of this manpage for instructions how to view the texinfo doc.

*   

To generate a printable copy from the texinfo doc, run the following commands:

./configure; make dvi; dvips mtools.dvi

*   

To generate a html copy, run:

./configure; make html

A premade html can be found at ‘http://www.gnu.org/software/mtools/manual/mtools.html’

*   

To generate an info copy (browsable using emacs’ info mode), run:

./configure; make info

The texinfo doc looks most pretty when printed or as html. Indeed, in the info version certain examples are difficult to read due to the quoting conventions used in info.







Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.