home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / z3help43.lbr / HELPC.HZP / HELPC.HLP
Encoding:
Text File  |  1991-11-10  |  3.0 KB  |  62 lines

  1. ;
  2.                                   HELPC.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (37)   5794  1.5        Howard Goldstein 10/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. Vs 1.5 updates (9/16/91, Howard Goldstein):
  28.       - Modified file lookup routine.   HELPC does a search for the  specified
  29.         file with type "H?P".   If the middle character is not L or Z then the
  30.         search continues.  This scheme eliminates the possbility of attempting
  31.         to use a squeezed or LZH-encoded file.
  32.       - Modified the clear screen routine to print a  CRLF if the CLS function
  33.         is not available, e.g., no TCAP loaded.  
  34.       - Fixed bug introduced in last release that caused the default  wildcard
  35.         filetype to be replaced by the type of the first file loaded.
  36.       - Made CIN routine public.
  37.  
  38.    b. Version 1.4 updates (8/7/91, Howard Goldstein):
  39.       - Fixed a navigation problem discovered by Gene Pizetta.   The M command
  40.         would not return to the menu if the menu was in a higher level file.
  41.       - Added code to cause the program to exit if not run under Z-System.
  42.       - Modified code so that the actual file  name  rather  than  a  possibly
  43.         wildcarded spec is printed in the "Loading" and "Index" messages.
  44.       - Fixed the usage message so that  "afn"  is no  longer displayed if the
  45.         program is configured not to accept ambiguous filenames.
  46.  HELPC Notes - 2/2 
  47.  
  48.    c. Version 1.3 updates (6/20/91, Terry Hazen):
  49.       - Deleted  'AFN Not Allowed'  code so we can find help files of the form
  50.         'HLPFILxx.HLP' when you don't know the current version number, using a
  51.         command line of the form:  'HELPC13 HLPFIL*'.
  52.  
  53.    d. Version 1.2 updates (2/20/91, Terry Hazen)
  54.       - Added test for printer ready using bios listst call.  
  55.       - Added ptrchk flag in  configuration  area  for  those systems like the
  56.         QX10 that don't like the listst call.
  57.  
  58.    e. Version 1.1 updates (2/8/91, Howard Goldstein):
  59.       - Fixed a bug in the search  for the  alternate directory during display
  60.         of built-in help message.
  61.       - Now properly handles help  files  created in Wordstar Document Mode as
  62.         did HELP53.