home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / s / z3help42.lbr / HELPC.HZP / HELPC.HLP
Encoding:
Text File  |  1993-06-12  |  2.4 KB  |  52 lines

  1. ;
  2.                                   HELPC.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (37)   6A0B  1.4        Howard Goldstein 8/91    Z3COM9
  6.  
  7.   1- Syntax  2- Notes                                                         
  8.  
  9.  
  10.    HELPC is a Z-System help utility.   It  is similar to HELP53 except that it
  11. can handle crunched files whereas  HELP53  handled  squeezed files.   Although
  12. similar in function to HELP53,  HELPC was actually derived from  LBRHLP by Bob
  13. Peddicord because the source code for  HELP53  was not available.   HELPC thus
  14. contains all the fixes that were  recently  made to  LBRHLP plus the following
  15. new features:
  16.  
  17.    o  Wheel byte control of print options
  18.    o  Configuration via ZCNFG
  19. :1
  20.  Syntax   [dir:][helpfn]
  21.  
  22.    Default filename | HELP
  23.    Alternate DIR    | A15
  24. :2
  25.  HELPC Notes - 1/2 
  26.  
  27.    a. Version 1.4 updates (8/7/91, Howard Goldstein):
  28.       - Fixed a navigation problem discovered by Gene Pizetta.   The M command
  29.         would not return to the menu if the menu was in a higher level file.
  30.       - Added code to cause the program to exit if not run under Z-System.
  31.       - Modified code so that the actual file  name  rather  than  a  possibly
  32.         wildcarded spec is printed in the "Loading" and "Index" messages.
  33.       - Fixed the usage message so that  "afn"  is no  longer displayed if the
  34.         program is configured not to accept ambiguous filenames.
  35.  
  36.    b. Version 1.3 updates (6/20/91, Terry Hazen):
  37.       - Deleted  'AFN Not Allowed'  code so we can find help files of the form
  38.         'HLPFILxx.HLP' when you don't know the current version number, using a
  39.         command line of the form:  'HELPC13 HLPFIL*'.
  40.  
  41.    c. Version 1.2 updates (2/20/91, Terry Hazen)
  42.       - Added test for printer ready using bios listst call.  
  43.       - Added ptrchk flag in  configuration  area  for  those systems like the
  44.         QX10 that don't like the listst call.
  45.  HELPC Notes - 2/2 
  46.  
  47.    d. Version 1.1 updates (2/8/91, Howard Goldstein):
  48.       - Fixed a bug in the search  for the  alternate directory during display
  49.         of built-in help message.
  50.       - Now properly handles help  files  created in Wordstar Document Mode as
  51.         did HELP53.
  52.