home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug077.arc / ARCTYPE.DOC < prev    next >
Text File  |  1979-12-31  |  1KB  |  32 lines

  1.                      ARCTYPE - Version 1.0
  2.  
  3. Dave Rand
  4. 10232-160 Street
  5. Edmonton, Alberta  Canada
  6.  
  7.     ARCTYPE1 is an assembly language replacement for ARCTYPE, by Rubenstein.
  8.  
  9.     The advantages to this version are:
  10.  
  11.     o   Faster operation
  12.     o   FULL Wildcards supported:  B:*, A:*, C:AQ*.A?M
  13.     o   Uses only 10% of the memory required by Rubenstein's ARCTYPE:
  14.         (2K instead of 20K!)
  15.  
  16.     To use, just type ARCTYPE fspec1 arcname, where fspec1 is the wildcard
  17. specification for the source file(s), and arcname is the retrieval ARC
  18. file. The retrieve filespec may be ambiguous.
  19.  
  20.     You may also use the multiple file mode, as follows:
  21.     ARCTYPE (fspec1 .... x:fspecN) arcname
  22.     where fspec1 through fspecN are wildcard source files, and may
  23. include drivespecs. The drivespecs, if supplied, are ignored.
  24.  
  25.     While a file is listing, the display will pause every MAXLINES lines.
  26. MAXLINES can be set by modifying the byte at 103H. It is currently set
  27. to 23. A file may be skipped by hitting CONTROL X, and the screen may
  28. be paused by the use of CONTROL-S.
  29.  
  30.     Any files of type OBJ, COM or REL will be ignored, as well as all
  31. squeezed files (type .?Q?).
  32.