home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / xcopy / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  2.0 KB  |  47 lines

  1.                 XCOPY                [new DOS 3.2]
  2.  
  3. The XCOPY external command is used to duplicate groups of files on one 
  4. directory or disk on another directory or disk. Device names cannot be 
  5. used. 
  6.  
  7. XCOPY
  8.     [d1:][pathname1][filename1[.ext1]] [d2:][pathname2][filename2][.ext2]
  9.                           [/A][/D][/E][/M][/P][/S][/V][/W]
  10.      \_____________________________/    \____/
  11.              \source/          \destination
  12.  
  13. [d1:][pathname1][filename1[.ext1]] is the source of the files to be copied.
  14.     At least one of d1:, pathname1, or filename1[.ext1] must be specified.
  15.  
  16. [d2:][pathname2][filename2[.ext2]] is the destination disk name and directory
  17.     name that copying will begin in. If subdirectory copying is requested [/S],
  18.     directories may be created below this level. The destination disk must be
  19.     formatted (using the FORMAT command), or XCOPY won't work. 
  20.  
  21. /A causes only those files marked for archive to be copied from the 
  22.     source.
  23.  
  24. /D:date causes only those files modified since the date specified to be copied
  25.     from the source. The date format is described in the DATE command topic.
  26.  
  27. /E causes the directory structure of the destination to include all 
  28.     subdirectories present in the source, even if no files get copied.
  29.     Used in conjunction with the /S option.
  30.  
  31. /M similar to /A, but in addition the archive bit is cleared.
  32.  
  33. /P causes XCOPY to ask before copying each file.
  34.  
  35. /S causes XCOPY to copy all subdirectories and their included files from the
  36.     source to the destination.
  37.  
  38. /V verifies that the data written to the destination file is recorded
  39.     correctly. Setting VERIFY ON with the VERIFY command before a series 
  40.     of XCOPY commands is easier than specifying /V on each XCOPY command.
  41.  
  42. /W causes XCOPY to wait for any key to be pressed before beginning
  43.     to copy files. 
  44.  
  45. XCOPY will not copy read only, or hidden files. A file that is larger than the
  46. target disk or diskette cannot be copied. XCOPY will not copy a file to itself.
  47.