home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / xcopy / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  23 lines

  1. SAMPLE command and resulting output    | Comments about the output
  2.  
  3.                      We are XCOPYing all the files
  4.   XCOPY C:\PROGRAMS A: /A         in the PROGRAMS directory on C:
  5.     16   file(s) copied                  that are marked for archive to
  6.                      the default directory in the A:
  7.                      diskette. If we used /M rather than
  8.                      /A, after being copied, the files
  9.                      would not be marked for archive.
  10.  
  11.   XCOPY *.* B:\SAVER /S             This XCOPY command copies all files
  12.        33 file(s) copied                 in the default directory to the 
  13.                      SAVER directory on B:. If there are
  14.                      any subdirectories below the default,
  15.                      the files in them would be copied to
  16.                      like named subdirectories of SAVER.
  17.  
  18.                      Here we are making a copy of one
  19.   XCOPY A:NEW.BAS C:NEW.BAS /D:12:10:88  file on another disk. It will only
  20.                      be done if the last modification
  21. 1   file(s) copied             date is later than 10 December,
  22.                      1988 (in the U.S.A.).
  23.