home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / INTER34C.ZIP / RB2NG.ZIP / RB2NG.DOC next >
Encoding:
Text File  |  1993-02-15  |  1.9 KB  |  65 lines

  1. RB2NG.PAS, RB2NG.EXE                    Version 1.01
  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. 10 megabytes of free disk space.
  7.  
  8. If you don't have the NGC or the NGML, you might be able to find a
  9. copy already compiled in the same place that you found this program.
  10.  
  11. Simply type
  12.  
  13. RB2NG
  14.  
  15. to load the program.  Specify the source path, where the text files
  16.  
  17. INTERRUP.A,B,C...
  18.  
  19. are to be found.
  20.  
  21. Then specify an output directory.  This could be a temporary
  22. directory that you have created.
  23.  
  24. The program reads the text files and creates files that can be
  25. compiled with the NGC in the specified output directory.  It also
  26. creates a batch file, CRB.BAT, which compiles and links the .NG
  27. file.  Simply type
  28.  
  29. CRB
  30.  
  31. in the output directory (with NGC and NGML on the path) and the .NG
  32. file will be created.
  33.  
  34. You are welcome to use this program freely but a postcard would be
  35. appreciated.  You are also welcome to fiddle with the source code, as
  36. long as you don't redistribute the modified code.  If you have any
  37. ideas you would like me to add, simply EMail them to me.  I will put
  38. in the cross-referencing if there is enough interest in the program.
  39.  
  40. The code requires the Pure Power String Unit Version 1.04.  This is
  41. available at many FTP sites and BBS's as PSSTR104.ARJ.
  42.  
  43.  
  44. CONVERT.TXT
  45.  
  46. RB2NG looks in a file called CONVERT.TXT.  In this file are case
  47. convertions.  Because RB2NG converts the all uppercase RB List to
  48. lowercase, some words are converted incorrectly.  For example, BIOS
  49. becomes Bios.  Thus, to fix things like this, CONVERT.TXT contains
  50.  
  51. Bios|BIOS
  52.  
  53. which converts the text to the correct word.  You may have up to 99
  54. corrections in the file.
  55.  
  56.  
  57. Michael Gallias
  58. Pure Power Software
  59. P O Box 22106
  60. Glenashley
  61. 4022
  62.  
  63. Gallias@ph.und.ac.za
  64.  
  65.