home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / prgmming / inter43 / rb2ng112 / rb2ng.doc < prev    next >
Text File  |  1994-07-06  |  2KB  |  80 lines

  1. RB2NG.PAS, RB2NG.EXE                    Version 1.12
  2.  
  3. Converts the Text Ralf Brown Interrupt Lists into one .NG file for
  4. use with NG or EH.  This program requires the NGML (Norton Guides
  5. Menu Linker) and the NGC (Norton Guides Compiler).  It also requires
  6. about 13 megabytes of free disk space.
  7.  
  8. Delete the files
  9.  
  10. MEMORY.LST
  11. PORT.LST
  12. CMOS.LST
  13. GLOSSARY.LST
  14. 86BUGS.LST
  15.  
  16. if you do not want them included in the .NG file.
  17. You may delete some and keep others.
  18.  
  19. This program has only been tested on release 41 files.
  20.  
  21. This program is free and I don't take responsibility for any loss
  22. or damages, etc..  If you find this program useful, a postcard would
  23. be nice.
  24.  
  25. If you don't have the NGC or the NGML, you might be able to find a
  26. copy already compiled in the same place that you found this program.
  27.  
  28. Simply type
  29.  
  30. RB2NG
  31.  
  32. to load the program.  Specify the source path, where the text files
  33.  
  34. INTERRUP.A,B,C...
  35.  
  36. are to be found.
  37.  
  38. Then specify an output directory.  This could be a temporary
  39. directory that you have created.
  40.  
  41. The program reads the text files and creates files that can be
  42. compiled with the NGC in the specified output directory.  It also
  43. creates a batch file, CRB.BAT, which compiles and links the .NG
  44. file.  Simply type
  45.  
  46. CRB
  47.  
  48. in the output directory (with NGC and NGML on the path) and the .NG
  49. file will be created.
  50.  
  51. You are welcome to use this program freely but a postcard would be
  52. appreciated.  You are also welcome to fiddle with the source code, as
  53. long as you don't redistribute the modified code.  If you have any
  54. ideas you would like me to add, simply EMail them to me.
  55.  
  56. The code requires the Pure Power String Unit Version 1.06.  This is
  57. available at many FTP sites and BBS's as PSSTR106.ZIP.
  58.  
  59.  
  60. CONVERT.TXT
  61.  
  62. RB2NG looks in a file called CONVERT.TXT.  In this file are case
  63. convertions.  Because RB2NG converts the all uppercase RB List to
  64. lowercase, some words are converted incorrectly.  For example, BIOS
  65. becomes Bios.  Thus, to fix things like this, CONVERT.TXT contains
  66.  
  67. Bios|BIOS
  68.  
  69. which converts the text to the correct word.  You may have up to 99
  70. corrections in the file.  Each correction may be no longer than
  71. 21 letters, that is, 10 letters for each word and the | sign.  Make
  72. sure you copy CONVERT.TXT (with any further additions you have made
  73. in it) to the directory which has all the INTERRUP.? files.
  74.  
  75. See DETAILS.DOC for my address.
  76.  
  77. Ciao
  78. Michael Gallias
  79.  
  80.