home *** CD-ROM | disk | FTP | other *** search
- ;
- AC.COM
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 5k (38) 607C 4.4 Dennis Wright 10/86 Z3COM1
-
- 1- Syntax 2- Options 3- Examples of Use
-
-
- Archive Copy is a fast, versatile, general-purpose file copy and archiving
- program. It copies files from one location to another with verification
- option, while setting a file's archive attribute. Only changed files need be
- copied. A new file name may be declared on copying. Runs only under ZRDOS.
- :1
-
- Syntax: AC [dir:]newfile.typ=[dir:]oldfile.typ /ooo...
-
- or AC [dir:]oldfile.typ [dir:]newfile.typ /ooo...
-
- Ctrl-C terminates copy immediately, if in multi-file copy, after the file
- presently being copied has completed.
- :2
-
- Options: A - Archive option. Only non-archived files are copied. Upon
- completion, source is archived.
-
- B - Backup complete disk. Same as using options A and G.
-
- E - Erase source option. Upon copy completion, source file
- is deleted (move option)
-
- G - Global selects all user areas on source and destination
-
- N - No verify option. Copied files are not verified.
-
- O - Overwrite any duplicate files in destination directory
- without asking.
-
- Q - Query option. User is queried before each copy.
-
- R - Reset before copy option. User is prompted following disk
- changes before copy operation begins. After user response,
- disk system is reset.
- :3
-
- Examples of Use:
-
- a. ac a12:=*.*<cr>
-
- - Copies to a12: directory all files from current directory
-
- b. ac a0:newf=fn.ft /e<cr>
-
- - Renames and moves file from current directory to a0:. Deletes
- original.
-
- c. ac backup:=*.* /b
-
- - Copies all changed and un-archived (i.e., new) files to backup:
- drive from current drive.
- aracters
- O