COPY
Command :MMEMory:COPY <name>[,<msu s>],<new_name> [,<msus>]
The COPY command copies one file to a new file or an entire disk’s contents
to another disk. The two <name> parameters are the filenames. The first
pair of parameters specifies the source file. The second pair specifies the
destination file. An error is generated if the source file doesn’t exist, or if the
destination file already exists.
<name> A string of up to 10 alphanumeric characters for LIF in the following form:
NNNNNNNNNN
or
A string of up to 12 alphanumeric characters for DOS in the following form:
NNNNNNNN.NNN
<new_name> A string of up to 10 alphanumeric characters for LIF in the following form:
NNNNNNNNNN
or
A string of up to 12 alphanumeric characters for DOS in the following form:
NNNNNNNN.NNN
<msus> Mass Storage Unit specifier. INTernal0 for the hard disk drive and
INTernal1 for the flexible disk drive.
Example To copy the contents of "FILE1" to "FILE2":
OUTPUT XXX;":MMEMORY:COPY ’FILE1’,’FILE2’"
MMEMory Subsystem
COPY
12–10