home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / ARCTV26B.ZIP / ARCTV.DOC next >
Encoding:
Text File  |  1993-01-04  |  1.4 KB  |  43 lines

  1.  
  2.  
  3. 'ARCTV' is a small archive text-view utility.   Will allow you to directly
  4. list out text files in an archive without first extracting them.  This version 
  5. includes full source code and is compatible with network filesharing.  It is 
  6. based on the archive text-view function in ProDOOR.   Run ARCTV without 
  7. parameters for a summary of command syntax.
  8.  
  9. This utility can be used as a CTTY-based DOOR in systems that can provide
  10. one or more filespecs for arc viewing.
  11.  
  12.                         Samuel H. Smith
  13.                         The Tool Shop
  14.                         (602) 279-2673
  15.  
  16.  
  17. Revision history
  18. ----------------
  19.  
  20. 12-Dec-87 version 2.51
  21.    Eliminated special version of prounsq2.inc; added conditional
  22.    compiles to use common library.  Fixed bug in 'squeeze' handler
  23.    that would cause the message 'invalid arc header' after viewing
  24.    a member.
  25.  
  26. 20-Dec-87 version 2.6
  27.    Converted to Turbo Pascal 4.0.  Reduced stack requirements by 32k.
  28.  
  29. 02-Feb-88
  30.    Renumbered to 2.5 so numbers will always correspond to ProDoor versions.
  31.  
  32. 21-Feb-88
  33.    Updated for ProDoor 2.52; added extract option.
  34.  
  35. 12-Apr-88
  36.    Updated for ProDoor 2.6 beta 7.  Split into two program files:
  37.       ARCTV.EXE is the text-view only version
  38.       ARCTVX.EXE is the view/extract version.
  39.    Added file buffering during archive view.  Speeds things up
  40.    quite a bit on some systems.
  41.    
  42.  
  43.