home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol7n01.zip / HELP.DOC < prev   
Text File  |  1987-11-16  |  2KB  |  42 lines

  1. HELP
  2. Command
  3.  
  4. Michael J. Mefford    1988/No. 1 (PC Lab Notes)
  5.  
  6.  
  7. Purpose:    Pops up help or reference screens of the user's choice and 
  8. design either in the middle of an application or at the DOS prompt.  Screens
  9. suitable for use with HELP.COM are saved in the required file format by 
  10. CAPTURE.COM (Utilities, 1988/No. 1)
  11.  
  12. Format:    HELP filespec [...filespec][/Nn][/Hn][/P] | [/U]
  13.  
  14. Remarks:    Filespec is the filename, preceded if necessary by a drive
  15.  name and path, of a user-customized help/reference file that has been saved
  16.  using CAPTURE.  Multiple help screens may be loaded for successive display by
  17.  entering more than one filespec on the command line, separating each with a
  18.  space, tab, comma, or semicolon.  By default, HELP will accept four screen
  19.  pages, each of which is 4,000 bytes in length.  The optional /Nn parameter
  20.  may be entered to change this default n (4) to values from 1 through 14
  21.  pages.  The PgUp, PgDn, Home, and End keys are used to display the various
  22.  help screens.  HELP remembers the last help screen accessed and will return
  23.  to it immediately the next time the program is called up.
  24.  
  25.     HELP is a memory-resident program and is normally loaded by being
  26.  listed as a line in your AUTOEXEC.BAT file.  Its default pop-up key 
  27. ("hotkey") is Alt-H.  Other Alt-key combinations may be substituted for the 
  28. default hotkey by entering the optional /Hn parameter.  Any alphanumeric key,
  29.  the minus, or the equals keys may be used for n, and the substitution may be
  30.  made either when the program is loaded or by entering HELP /Hn at a 
  31. subsequent DOS prompt.  Pressing Esc or pressing the hotkey a second time
  32.  returns you to your application or to DOS.
  33.  
  34.     The optional /P parameter causes the program to pop-up immediately,
  35.  and the /U parameter unloads it from memory if no other resident program has
  36.  been loaded after HELP.
  37.  
  38. Note:To change the number of screen pages reserved for pop-up it is necessary
  39. to uninstall HELP or to reboot.  Up to the limit of the reserved pages, 
  40. however, you can change the help screen(s) to be accessed simply by entering
  41. the command, together with a new filespec, at the DOS prompt.
  42.