Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PWB Extension Tags in TOOLS.INI
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     When PWB successfully loads an extension, it also loads the tagged
     section of TOOLS.INI for that extension. You must place switch and
     function assignments for each extension in the extension's tagged
     section.
 
     Syntax
 
     [PWB-extension]
 
     <extension>    The base name of the extension's executable file.
 
     Example
 
     Use the following tag for entries specific to the PWBHELP
     extension:
 
          [PWB-PWBHELP]
          ;  Settings for PWBHELP.MXT and PWBHELP.PXT
          color:helpnorm 30
          . . .
 
     See
 
     File-Extension Tags in TOOLS.INI
     Manually Loaded Tags
     Operating-System Tagged Sections of TOOLS.INI
     PWB Loading Sequence
                                    -♦-