XCOPY command for MS-DOS

This version of XCOPY is similar to the original MS-DOS XCOPY command
except that is has a number of additional options and features.

Copies files and directory trees.

XCOPY source [destination] [options]

 /A          Copy only files with archive attribute set, leaves set
 /M          Copy only files with archive attribute set, clears archive
 /Ddd/mm/yy  Copy files changed on or after this date (default: today)
 /D-dd/mm/yy Copy files changed before or on this date
 /H          Include Hidden & System files
 /K          Keep going, even if errors occur
 /L          Show long information (both source & dest)
 /P          Prompt before copying each file
 /Q          Quiet, disables unnecessary messages
 /S          Copy directories and subdirectories except empty ones
 /E          Copy all subdirectories, even if empty
 /T          Copied files will have todays time/date
 /V          Verify each file after copy
 /W          Prompt to press a key before copying

Copyright 1998-2003 Dave Dunfield - Freely distributable.
