3 mcopy \- copy MSDOS files to/from Unix
13 ] unixfile [ unixfiles... ] a:msdosdirectory
18 ] a:msdosfile unixfile
23 ] a:msdosfile [ a:msdosfiles... ] unixdirectory
25 In the first two forms,
27 copies the specified Unix file to the named MSDOS file or copies
28 multiple Unix files to the named MSDOS directory. The last two forms
29 copy MSDOS files to Unix. MSDOS sub directories are supported with
30 either the '/' or '\e\' separator. The use of the '\e\' separator or
31 wildcards will require the names to be enclosed in quotes to protect
34 The use of the 'a:' drive designation on the MSDOS files determines the
35 direction of the transfer. A missing drive designation implies a Unix
36 file whose path starts in the current directory
39 will allow the following command line options:
44 will translate incoming carriage return/line feeds to line feeds.
49 will not warn the user when overwriting an existing file.
55 Preserve the file modification time.
57 If the target file already exists, and the
59 option is not in effect,
61 asks whether or not to overwrite the file.
63 The environmental variable MCWD may be used to establish a current
64 working directory (relative to the MSDOS diskette).
66 mdir(1), mtype(1), mread(1), mwrite(1)
68 Wildcards are only applied to filenames, not to directory names.
69 Unlike MSDOS, the destination directory may not be omitted.