home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / UTILS / INTERRPT / RB2NG110 / RB2NG.DOC < prev    next >
Text File  |  1994-01-10  |  2KB  |  72 lines

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