home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / a.lbr / AC.HZP / AC.HLP
Encoding:
Text File  |  1991-11-18  |  2.1 KB  |  62 lines

  1. ;
  2.                                      AC.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (38)   607C  4.4        Dennis Wright 10/86      Z3COM1
  6.  
  7.    1- Syntax  2- Options  3- Examples of Use                                  
  8.  
  9.  
  10.    Archive Copy is a fast,  versatile, general-purpose file copy and archiving 
  11. program.   It  copies  files  from one location to another  with  verification 
  12. option,  while setting a file's archive attribute.  Only changed files need be 
  13. copied.  A new file name may be declared on copying.  Runs only under ZRDOS.
  14. :1
  15.  
  16.    Syntax:  AC [dir:]newfile.typ=[dir:]oldfile.typ /ooo...
  17.  
  18.          or AC [dir:]oldfile.typ [dir:]newfile.typ /ooo...
  19.  
  20.    Ctrl-C terminates  copy immediately,  if in multi-file copy,  after the file 
  21. presently being copied has completed.  
  22. :2
  23.  
  24.   Options:  A - Archive option.  Only non-archived files are copied.  Upon
  25.                   completion, source is archived.
  26.  
  27.             B - Backup complete disk.  Same as using options A and G.
  28.  
  29.             E - Erase source option.  Upon copy completion, source file
  30.                   is deleted (move option)
  31.  
  32.             G - Global selects all user areas on source and destination 
  33.  
  34.             N - No verify option.  Copied files are not verified.
  35.  
  36.             O - Overwrite any duplicate files in destination directory
  37.                   without asking.
  38.  
  39.             Q - Query option.  User is queried before each copy.
  40.  
  41.             R - Reset before copy option.  User is prompted following disk
  42.                   changes before copy operation begins.  After user response,
  43.                   disk system is reset.
  44. :3
  45.  
  46. Examples of Use:
  47.  
  48.    a. ac a12:=*.*<cr>
  49.          
  50.       - Copies to a12: directory all files from current directory
  51.    
  52.    b. ac a0:newf=fn.ft /e<cr>
  53.    
  54.       - Renames and moves file from current directory to a0:.  Deletes 
  55.           original.
  56.      
  57.    c. ac backup:=*.* /b
  58.      
  59.       - Copies all changed and un-archived (i.e., new) files to backup: 
  60.           drive from current drive.
  61. aracters
  62.         O