home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / inter33c.zip / INT2QH.ZIP / INT2QH.DOC < prev    next >
Text File  |  1990-11-11  |  1KB  |  29 lines

  1. The program INT2QH converts the raw Interrupt list file into an input
  2. file for the Microsoft HELPMAKE program to create a QuickHelp database
  3. (also known as Microsoft Advisor Help files).
  4.  
  5. When running, INT2QH reads interrup.lst and memory.lst from the current
  6. directory and writes the created Quickhelp source file to standard
  7. output (it creates two temporary files topics.tmp and subtopics.tmp
  8. during that process in the current directory).
  9.  
  10. From the 5/90 list, it creates a 1.1M source file for HELPMAKE which
  11. then creates a help database of about 610k. You can use QH2HLP.BAT for
  12. running HELMAKE.
  13.  
  14. The created help database has two levels of hierarchy (for the INT 10,
  15. INT 13 etc.) and the correct parent-connections. Only cross-references
  16. from the Interrupt list are not intepreted because this would require a
  17. lot of effort (symbol table).
  18.  
  19. All topics get a running number to remove ambiguities from the database.
  20. You will see this numeric topic names like "IL123456" only in topic
  21. lists.
  22.  
  23. The help database can be accessed from within the Microsoft Programmer's
  24. Workbench, the Microsoft Editor 1.2 or the stand alone QuickHelp
  25. program.
  26.  
  27. Kai Uwe Rommel
  28. rommel@lan.informatik.tu-muenchen.dbp.de
  29.