Pegasus InfoCorp: Web site design and web software development company

mcopy (1)

copy MSDOS files to/from Unix

'\" t TQ

\(is' \(if` \(pd"

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

    "p mcopy" "c Reading MS-DOS files" "c Writing MS-DOS files" "c Copying MS-DOS files" "c Concatenating MS-DOS files" "c Text files" "c CR/LF conversions"

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

    3
    +0.3i
    \f(CWmcopy [\f(CW-b/ptnvmoQOsSrRA] sourcefile\f(CW targetfile\f(CW
    \f(CWmcopy [\f(CW-b/ptnvmoQOsSrRA] sourcefile\f(CW [ sourcefiles\f(CW... ] targetdirectory\f(CW
    \f(CWmcopy [\f(CW-tnvm] MSDOSsourcefile\f(CW
    
    -0.3i R

    \f(CWMcopy 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. \f(CWmcopy 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 (`\f(CW.') is assumed.

    A filename of `\f(CW-' means standard input or standard output, depending on its position on the command line.

    \f(CWMcopy accepts the following command line options:

    \f(CWb\

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

    \f(CW/\

      Recursive copy. Also copies directories and their contents

    \f(CWp\

      Preserves the attributes of the copied files

    \f(CWQ\

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

    \f(CWt\

      Text file transfer. \f(CWMcopy translates incoming carriage return/line feeds to line feeds.

    \f(CWn\

      No confirmation when overwriting Unix files. \f(CWMcopy doesn't warn the user when overwriting an existing Unix file. In order to switch off confirmation for DOS files, use \f(CW-o.

    \f(CWm\

      Preserve the file modification time. If the target file already exists, and the \f(CW-n option is not in effect, \f(CWmcopy asks whether to overwrite the file or to rename the new file (\(ifname clashes\(is) for details).

Bugs

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

    3
    +0.3i
    mtype a:file1 a:file2 a:file3 >unixfile
    mtype a:file1 a:file2 a:file3 | mcopy - a:msdosfile
    
    -0.3i R

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:

    3
    +0.3i
        ./configure; make dvi; dvips mtools.dvi
    
    -0.3i R

    * \ \

      To generate a html copy, run:

    3
    +0.3i
        ./configure; make html
    
    -0.3i R

    A premade html can be found at: \f(CW\(ifhttp://mtools.linux.lu\(is and also at: \f(CW\(ifhttp://www.tux.org/pub/knaff/mtools\(is

    * \ \

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

    3
    +0.3i
        ./configure; make info
    
    -0.3i R

    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.