home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
editors
/
qhlpc215.arj
/
QHS.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-02-01
|
806b
|
27 lines
echo off
cls
: QhShell.Bat, 01 Feb 92
if x==%1x goto Message
if "%Qmflag%"=="1" help1 /M=C:\QHelpC\QHelp.H! %1
: ^^^^^^^^^ = location of the QHelp.H! file
if NOT "%Qmflag%"=="1" help /M=C:\QHelpC\QHelp.H! %1
: ^^^^^^^^^ = location of the QHelp.H! file
goto END
:Message
echo
echo QhShell.Bat, 01 Feb 92
echo.
echo This batch file is not intended to be run as a stand alone.
echo It is intended to be used in conjunction with QEdit (R).
echo The Q editor passes the required 'topic' variable to this file.
echo This file is used to locate the QHelp utility and pass the 'topic'
echo variable to it.
echo.
goto END
:END