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

  1. echo off
  2. cls
  3. :                            QhShell.Bat, 01 Feb 92
  4.  
  5. if x==%1x goto Message
  6. if "%Qmflag%"=="1" help1 /M=C:\QHelpC\QHelp.H! %1
  7. :                           ^^^^^^^^^ = location of the QHelp.H! file
  8.  
  9. if NOT "%Qmflag%"=="1" help /M=C:\QHelpC\QHelp.H! %1
  10. :                              ^^^^^^^^^ = location of the QHelp.H! file
  11.  
  12. goto END
  13.  
  14. :Message
  15. echo 
  16. echo                             QhShell.Bat, 01 Feb 92
  17. echo.
  18. echo          This batch file is not intended to be run as a stand alone.
  19. echo          It is intended to be used in conjunction with QEdit (R).
  20. echo          The Q editor passes the required 'topic' variable to this file.
  21. echo          This file is used to locate the QHelp utility and pass the 'topic'
  22. echo          variable to it.
  23. echo.
  24. goto END
  25.  
  26. :END
  27.