home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / INFO / INTER30C.ZIP / INT2GUID.ZIP / INT2GUID.CFG < prev    next >
Encoding:
Text File  |  1992-04-16  |  4.1 KB  |  98 lines

  1. INT2GUIDE CONFIG
  2.  1 4 ;version, subversion
  3. ; This is a configuration file for the INT2GUID program. It has the following
  4. ; format:
  5. ; The file name must be INT2GUID.CFG
  6. ; Line 1 must be "INT2GUIDE CONFIG" to identify the file as a configuration
  7. ; file for INT2GUID.EXE.
  8. ; Line 2 must identify version and subversion numbers, so they can be read in
  9. ; "C" format "%u%u" (i.e. as positive decimal integers).
  10. ; The following lines starting with a semicolon (;) are comment lines.
  11. ;
  12. ; Each file included in the help system is identified by five lines:
  13. ; Line 1 is the file name. It may include a path.
  14. ; Line 2 is the entry in the help system index. It is truncated to 14
  15. ; characters.
  16. ; Line 3 is the selection field in the subindex. It is truncated or
  17. ; space-padded to 12 characters.
  18. ; Line 4 is the rest of the entry in the subindex. It is separated from the
  19. ; selection field by two spaces. It is truncated to 62 characters.
  20. ; Line 5 identify the file type and the number of extra topics defined in
  21. ; the file, and a condition mask. It is read in the "C" %u%u%i format (the
  22. ; %i format takes decimal integers, octal integers starting with 0 and
  23. ; hexadecimal integers starting with 0x, 64 = 0100 = 0x40).
  24. ; A non zero value in the first position identifies a command file, which
  25. ; may have commands and comments for the MAKEHELP program; if the value is
  26. ; zero, a leading space is inserted on lines starting with "!" or ";", and
  27. ; tabs are filtered to spaces. 0 should be used for files not specifically
  28. ; edited for the help system.
  29. ; The second value defines the number of extra topics used in a command
  30. ; file.
  31. ; The condition mask is used for conditional assembling of command files.
  32. ; Command files can include lines starting with "!! <condition>", where
  33. ; condition is a number. The following text is included only if condition = 0
  34. ; or (condition AND mask) <> 0. See ";Topic 7" below and file "int2guid.add"
  35. ; for examples.
  36. ;
  37. ; The 5-line entries may be separated by comment lines identified by a
  38. ; semicolon in the first column.
  39. ;
  40. ; The included files can have internal or mutual cross references, or
  41. ; references to the topics:
  42. ;   1. The main interrupt list.
  43. ;   2. The copyright notice.
  44. ;   3. The INTERRUP.LST entry.
  45. ;   4. The INTERRUP.1ST entry.
  46. ;   5. The GUIDE entry.
  47. ; Topics included herein are numbered 6 up, with consecutive numbers unless
  48. ; line 5 specifies extra topics.
  49. ; Line 5 in a command entry must specify at least the number of topics used
  50. ; in the included file, and it may specify extra entries for future
  51. ; expansions. Inside a command file with extra topics:
  52. ;   A. Use consecutive topic numbers, starting one higher than the file's
  53. ;      topic number.
  54. ;   B. Use topic names with 14 characters or less.
  55. ;   C. Use either the !NOINDEX command to exclude the topic from the main
  56. ;      index, or no index command at all to have the topics listed in
  57. ;      alphabetic order after all other entries.
  58. ;
  59. ; Included files:
  60. ;
  61. ; Topic 6. Ralf Brown's Interrupt Primer.
  62. interrup.pri
  63. Primer
  64. Primer
  65. What is an interrupt?
  66. 0 0 0 ;no commands, no extra topics, no mask
  67. ;
  68. ; Topic 7. Characters, scan codes etc. N.B. Extra topics!!!
  69. int2guid.add
  70. Codes etc.
  71. Additional
  72. information: characters, colors, scan codes, pin assignments
  73. 1 12 1 ;commands, 7 extra topics used, 5 reserved.
  74. ; The previous line generates code acceptable by both GUIDE and POPHELP
  75. ; 1 12 2 ;This line optimizes for GUIDE.
  76. ; 1 12 4 ;This line optimizes for POPHELP.
  77. ;    mask values: 0: alphabetic index; 0x8000: no index
  78. ;    ORed with:   1: acceptable by both GUIDE and POPHELP
  79. ;         or      2; optimized for GUIDE
  80. ;         or      4; optimized for POPHELP
  81. ;    e.g. 0x8004 for no index, optimized for POPHELP
  82. ;
  83. ; Topic 8+12=20. Robin Walker's BIOS memory list
  84. memory.lst
  85. BIOS List
  86. MEMLIST
  87. BIOS Memory List
  88. 0 0 0 ;no commands, no extra topics, no mask
  89. ;
  90. ; Topic 21. Selected parts of INTERRUP.LST.
  91. int2guid.tab
  92. Tables
  93. Tables
  94. PSP, Environment, Country, Errors
  95. 1 10 0 ;commands, 4 extra topics used, 6 more reserved.
  96. ;    mask values: 0: alphabetic index; 0x8000: no index
  97.