home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
editors
/
qhlpc215.arj
/
QHM.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-01
|
1KB
|
40 lines
echo off
cls
: Qhm.Bat, 01 Feb 92, Rhg
: Boot QEdit (R) for Hypertext Help
: Installs QM mouse driver
: Use Qh.Bat, instead of this file,
: if you do NOT wish to also install the QM mouse driver.
: The QM mouse driver is normally supplied with QEdit (R).
: following assumes "QM" exists, and has a path to it.
QM
set QMflag=1
echo
: ALT H=HYPER, ALT L=Contex HYPER ( /k=35,38,08 )
HELP1 /m=C:\QHelpC\QHelp.H! /q /k=35,38,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
: ^^^^^^^^^ = location of the QHelp.H! file
set QMflag=
echo
echo type "qm off" to remove QM from memory.
echo Above assumes no TSR's have been loaded after QM
echo.
:goto END
echo NOTE: If you see a 'Bad command or file name' message, the required
echo QM file was not in your path. Mouse support will not be available,
echo for use with QEdit or QHelp. If you do NOT have a copy of the QM
echo file, use the Qh.BAT file instead of this one. Mouse support for
echo QHelp (but not QEdit), will then be available.
echo.
echo If you have QM and it is in your path, and/or you get tired of
echo seeing this message, remove the ":" in front of the first 'goto
echo END', in the Qhm.BAT file.
echo.
goto END
:END