beautypg.com

C o p y – Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 88

background image

3-30 ROM-DOS 6.22 User Manual

7/9/98

C O P Y

Internal

Purpose

Copies a file or set of files to a specified destination on another disk,
or on another subdirectory on the current disk, or on a completely
different drive. COPY may also be used to alter the filename within the
current directory. In addition, this command can be used to direct
communication between files and devices (for example, file contents to
a printer, keyboard input to a file).

Syntax

This command has several possible formats. The essential structure of
each command is:

COPY source target option

The source is the copy from filespec or device, and the target is the
copy to filespec or device. Following are various configurations of the
COPY command format;

The first filespec indicates the source file(s) to be copied and the
second filespec indicates the target area on which to copy.

COPY [d:][path]filename[/option]

[d:][path]filename[/option]

As shown, several source filespecs can be copied into the target
filespec listed last. The source files concatenates one after the other
into the target file.

COPY [d:][path]filename[/option] + ...

... + [d:][path]filename[/option]...

...[d:][path]filename[/option]