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

  1. echo off
  2. cls
  3. :                           Qhm.Bat, 01 Feb 92, Rhg
  4. :                      Boot QEdit (R) for Hypertext Help
  5. :                           Installs QM mouse driver
  6.  
  7. :                      Use Qh.Bat, instead of this file,
  8. :           if you do NOT wish to also install the QM mouse driver.
  9. :          The QM mouse driver is normally supplied with QEdit (R).
  10.  
  11. : following assumes "QM" exists, and has a path to it.
  12. QM
  13. set QMflag=1
  14. echo 
  15.  
  16. :  ALT H=HYPER, ALT L=Contex HYPER ( /k=35,38,08 )
  17. HELP1 /m=C:\QHelpC\QHelp.H! /q /k=35,38,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
  18. :        ^^^^^^^^^ = location of the QHelp.H! file
  19.  
  20. set QMflag=
  21. echo 
  22. echo type "qm off" to remove QM from memory.
  23. echo Above assumes no TSR's have been loaded after QM
  24. echo.
  25.  
  26. :goto END
  27. echo NOTE: If you see a 'Bad command or file name' message, the required
  28. echo       QM file was not in your path. Mouse support will not be available,
  29. echo       for use with QEdit or QHelp. If you do NOT have a copy of the QM
  30. echo       file, use the Qh.BAT file instead of this one. Mouse support for
  31. echo       QHelp (but not QEdit), will then be available.
  32. echo.
  33. echo       If you have QM and it is in your path, and/or you get tired of
  34. echo       seeing this message, remove the ":" in front of the first 'goto
  35. echo       END', in the Qhm.BAT file.
  36. echo.
  37. goto END
  38.  
  39. :END
  40.