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 / MBUG / MBUG077.ARC / ARCCOPY.DOC < prev    next >
Text File  |  1979-12-31  |  768b  |  26 lines

  1.                      ARCCOPY - Version 1.0
  2.  
  3. Dave Rand
  4. 10232-160 Street
  5. Edmonton, Alberta  Canada
  6.  
  7.     ARCCOPY1 is an assembly language replacement for ARCCOPY, by Rubenstein.
  8.  
  9.     The advantages to this version are:
  10.  
  11.     o   Faster operation (about twice as fast)
  12.     o   Wildcards supported:  B:*, A:*, C:AQ*
  13.     o   Uses only 10% of the memory required by Rubenstein's ARCCOPY:
  14.         (2K instead of 20K!)
  15.  
  16.     To use, just type ARCCOPY fspec, where fspec can be a wildcard.
  17.  
  18.     To copy an archive called MYASM, for example, to drive B, type:
  19.  
  20. A0>ARCCOPY MYASM B:
  21.  
  22.     To copy an archive called HARD to the same drive, type:
  23.  
  24. A0>ARCCOPY HARD
  25.  
  26.