Avery Dennison 6035 Programmer Manual Rev.A 7/98 User Manual

Page 180

Advertising
background image

3-122 ROM-DOS 6.22 User Manual

7/9/98

X C O P Y

External

Purpose

Copies multiple files and optionally subdirectories from one disk to
another.

Syntax

XCOPY [source] [target] [/options]

Remarks

XCOPY is used for copying multiple files and subdirectories, if they
exist.

The source and the target parameter are complete drive path and file
specification descriptions. If you do not specify a path, XCOPY
assumes the default path. If a file name is not specified, then *.* is
assumed.

ATTRIB may be used to modify the archive bit for the various XCOPY
options that check the archive status of files. Refer to the ATTRIB
command description for instructions.

Options

/A copies only source files having the archive bit set in them. The
archive is not reset.

/D<mm-dd-yy> causes XCOPY to copy only those files with a date later
than the date specified in /D.

/E causes XCOPY to create subdirectories on the target even if they
are empty.

/M causes XCOPY to copy only those source files having the archive
bit set. Once the source file is copied; the archive bit is reset.

Advertising