mcopy(1) General Commands Manual mcopy(1)
NAME
mcopy - mtools utility to copy DOS files to and from a UNIX operating
system
SYNOPSIS
mcopy [-mntv] sourcefile targetfile
mcopy [-mntv] sourcefile [sourcefiles...] targetdirectory
FLAGS
Preserves the file modification time. Specifies that a warning is not
issued when an existing file is specified as the target file. If this
flag is not specified, the mcopy command verifies whether or not to
overwrite an existing file. Specifies a text file transfer. Line ter-
minators are converted to the appropriate format. Specifies verbose
mode. The new filename is displayed if the name supplied is invalid.
DESCRIPTION
The mcopy command copies the specified file to the named file, or
copies multiple files to the named directory. The specified files or
directories can be either DOS or UNIX files.
If the file is a text file line terminators are converted to the appro-
priate format.
Using a drive letter designation on the DOS files such as 'a:' deter-
mines the direction of the transfer. A missing drive designation indi-
cates a UNIX file whose path starts in the current directory.
DOS subdirectory names that contain the '/' or '\' separator are sup-
ported. If you use the '\' separator or wildcards, you must enclose
filenames in quotes to protect them from the shell.
The mcd command can be used to establish the device and the current
working directory (relative to DOS), otherwise the default is A:\.
Not all UNIX filenames are supported in the DOS world. The mcopy com-
mand may have to change UNIX names to fit the DOS filename conventions.
The following table shows some examples of filename conversions:
tab(@); lfHB lfHB lfHB l l l. _
UNIX name@DOS name@Reason for the change
_
_@_@_ thisisatest@THISISAT@filename too long
[email protected]@exten-
sion too long
[email protected]@PRN is a device name hot+cold@HOTX-
COLD@illegal character
_
ENVIRONMENT VARIABLES
The following environment variables affect the execution of mcopy: If
set, this variable names the file that contains the name of the current
mtools working directory as established by the mcd command. If this
variable is not set, the file $HOME/.mcwd is used.
RESTRICTIONS
The following restrictions exist: Omitting the destination directory is
not supported. Using the plus (+) operator is not supported. Using a
drive letter designation on DOS files is required with this command
only, not with other mtools.
EXIT VALUES
The following exit values are returned: Success failure
FILES
Contains the name of the current mtools working directory as estab-
lished by the mcd command. If this file does not exist, the default
mtools working directory is A:\. Executable file
RELATED INFORMATION
Commands: mcd(1), mread(1), mtools(1), mwrite(1)
delim off
mcopy(1)