home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / textinfo / dos_50.arj / XCOPY < prev   
Encoding:
Text File  |  1990-11-25  |  704 b   |  12 lines

  1. Copies files and directories, including lower level directories.
  2.  
  3. XCOPY pathname1 [pathname2] [/a] [/d:date] [/e] [/m] [/p] [/s] [/v] [/w]
  4.     /a  Copy files with the archive bit set but do not modify the archive bit.
  5.     /d  Copies source files modified on or after the specified date.
  6.     /e  Copies any subdirectories, even if they are empty.
  7.     /m  Copy files with the archive bit set and clears the archive bit.
  8.     /p  Prompts before creating a new file in the target directory.
  9.     /s  Copies directories and lower level subdirectories, unless empty.
  10.     /v  Causes xcopy to verify each file as it is written to the target.
  11.     /w  Causes xcopy to wait before it starts copying files.
  12.