home *** CD-ROM | disk | FTP | other *** search
- SAMPLE command and resulting output | Comments about the output
-
- We are XCOPYing all the files
- XCOPY C:\PROGRAMS A: /A in the PROGRAMS directory on C:
- 16 file(s) copied that are marked for archive to
- the default directory in the A:
- diskette. If we used /M rather than
- /A, after being copied, the files
- would not be marked for archive.
-
- XCOPY *.* B:\SAVER /S This XCOPY command copies all files
- 33 file(s) copied in the default directory to the
- SAVER directory on B:. If there are
- any subdirectories below the default,
- the files in them would be copied to
- like named subdirectories of SAVER.
-
- Here we are making a copy of one
- XCOPY A:NEW.BAS C:NEW.BAS /D:12:10:88 file on another disk. It will only
- be done if the last modification
- 1 file(s) copied date is later than 10 December,
- 1988 (in the U.S.A.).