home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-6.LBR / ZA.LBR / ZCOPY.HZP / ZCOPY.HLP
Text File  |  2000-06-30  |  3KB  |  67 lines

  1. ;
  2.                                   ZCOPY.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                9k (71)   3042  2.1        Richard Brewster 8/88    Z3COM13
  6.  
  7.   1- Syntax/Options  2- Notes  3- ZCOPY.HLP  4- Examples of Use               
  8.  
  9.    ZCOPY copies  a set of files from selected locations to one destination du:
  10. quickly  (without renaming,  without sending files to logical devices, without
  11. concatenating,  without verifying and  without transforming  the files  in any 
  12. way).  ZCOPY's features include:   8080 code compatibility;  standard CP/M 2.2 
  13. BDOS calls; ZCPR style du: filespecs;  wildcard user specs; multiple filespecs 
  14. on command line; flexible order of command line arguments; query option before 
  15. operation (patchable as entry default and available at any time with ESC); R/O
  16. file-detect before erasure  (user given  option  to erase  or  preserve file); 
  17. patchable  maxdrv,  maxusr,  and  maxfiles  matched  per  wildcard   filespec; 
  18. redirected input or output.  See ZCOPY.HLP for details of usage.
  19. :1
  20.  
  21.    Syntax:        ZCOPY <filespec> {filespec...} {du:} {[flag}
  22.  
  23.    Flag options:  [Q uery  [A dd  [R eplace  [N o sort
  24.  
  25.    [Q  <-- queries before operation
  26.    [A  <-- refuses to copy files which already exist on dest du:
  27.    [R  <-- opposite of [A
  28.    [N  <-- keeps files in order as they appear on source disk 
  29.  
  30.    Command line arguments to ZCOPY fall into three simple categories:   source
  31. filespecs,  destination,  and flags.   These do  not have to be in any special
  32. order on the command line, so you can use whatever order feels right to you.
  33.  
  34.    ZCOPY takes  a filespec list of as many source filespecs as you can fit  on 
  35. the command line, and more.
  36. :2
  37.  
  38. ZCOPY Notes:
  39.  
  40.    a. Version 2.1 adds sorting and  the [No sort option.  Add,  Replace and No
  41.       sort defaults may  be patched by the  user.   Messages now indicate  the
  42.       mode(s) of operation.  Help text improved.   ZCOPY21 is larger (1K) than 
  43.       ZCOPY20  (and thus has a  somewhat smaller copy buffer,  a tradeoff  for 
  44.       sorting).   ZCOPY21 allows you  to reference unambiguous filenames which 
  45.       have '/' or '_' in  them,  even  though these  are  not supposed  to  be 
  46.       allowed under CP/M.  
  47. :3 :zcopy1
  48. :4
  49.  
  50. Examples of Use:
  51.  
  52.    a. ZCOPY A15:HELP.* 0:TEST C3:
  53.  
  54.       -- Copies A15:HELP.* plus A0:TEST to C3:
  55.  
  56.    b. ZCOPY B0:*.COM [N
  57.  
  58.       -- Copies B0:*.COM to logged du: with No sort
  59.  
  60.    c. ZCOPY C*:*.TXT A1: [Q
  61.  
  62.       -- Copies *.TXT in all user areas of C: to A1: with Query
  63.  
  64.    d. ZCOPY <INDIRECT.TXT
  65.  
  66.       -- Takes one argument per line from file INDIRECT.TXT
  67.