" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                          XCOPY COMMAND

Purpose:  Copies one or more files to a specified disk. This command
          performs the same operations as the COPY command.

Syntax:   XCOPY [/A|/B] [/P[ROMPT]] [/V] [/Q[UIET]]
          SourceFILELIST DestinationFILELIST
          or
          XCOPY [/?][/H[ELP]]

Type:     Internal command

Parameters:

SourceFILELIST      - defines file(s) to be copied.
DestinationFILELIST - defines directory and/or filename for the new
                      file(s).
/A or /ASCII        - copied file is considered to be a text file (ASCII).
/B or /BIN          - file is copied according to the length, specified in
                      the directory.
/V                  - switches on the file verification mode when writing
                      into the file.
/Q                  - switches off messages when copying.
/P                  - asks for user's permission for file copying.
/S                  - seaches in subdirectories (the switch must stand
                      before the filename.
/? or /H or /HELP   - displays help.

     To merge files specify one destination file and two or more source
files, separated by the "+" sign.