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 / ARCGET.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  29 lines

  1.                      ARCGET - Version 1.0
  2.  
  3. Dave Rand
  4. 10232-160 Street
  5. Edmonton, Alberta  Canada
  6.  
  7.     ARCGET1 is an assembly language replacement for ARCGET, by Rubenstein.
  8.  
  9.     The advantages to this version are:
  10.  
  11.     o   Faster operation (about twice as fast)
  12.     o   FULL Wildcards supported:  B:*, A:*, C:AQ*.A?M
  13.     o   Uses only 10% of the memory required by Rubenstein's ARCADD:
  14.         (2K instead of 20K!)
  15.  
  16.     To use, just type ARCGET fspec1 arcname, where fspec1 is the wildcard
  17. specification for the file(s) you wish to retrieve, and arcname is the source
  18. ARC file. If the destination does not exist, it will be created.
  19.  
  20.     You may also use the multiple file mode, as follows:
  21.     ARCGET (fspec1 .... x:fspecN) arcname
  22.     where fspec1 through fspecN are wildcard destination files, and may
  23. include drivespecs.
  24.  
  25.     If a destination file is not in the specified archive, no error will
  26. result, and that file will be skipped.
  27.  
  28.  
  29.