home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / qbnws204.arj / BRIEF.ZIP / QBHELP2.CB < prev    next >
Encoding:
Text File  |  1991-12-07  |  170 b   |  12 lines

  1. /*
  2. **    QBHELP2.CB
  3. **
  4. **    Just loads the advisor - no key word search
  5. */
  6.  
  7. void qbhelp2 ()
  8. {
  9.    message ("QB Help Advisor Interface");
  10.    dos("qh basic");
  11. }
  12.