home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / qhlpc215.arj / QH.BAT < prev    next >
DOS Batch File  |  1992-02-01  |  678b  |  21 lines

  1. echo off
  2. cls
  3. :                               Qh.Bat, 01 Feb 92, Rhg
  4. :                       Boot QEdit (R) for Hypertext Help
  5.  
  6. :                      Use Qhm.Bat, instead of this file,
  7. :               if you wish to also install the QM mouse driver.
  8. :           The QM mouse driver is normally supplied with QEdit (R).
  9. :               Note that the QM.COM file must be in your path
  10. :               and your mouse driver must be installed.
  11.  
  12. set QMflag=0
  13.  
  14. :   ALT H=HYPER,  ALT L=Contex HYPER ( /k=35,38,08 )
  15. HELP /m=C:\QHelpC\QHelp.H! /q /k=35,38,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
  16. :       ^^^^^^^^^ = location of the QHelp.H! file
  17. set QMflag=
  18. goto END
  19.  
  20. :END
  21.