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 Command Line Summary
 Description                               Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Use the following command line to start PWB:
 
     Syntax
 
     PWB [<options>] [<files>]
 
     <options>
 
        [/D[S│T│A]...]         Disable CURRENT.STS, TOOLS.INI, autoload
        [/PP <file>]           Open PWB project
        [/PF <file>]           Open foreign project
        [/PL]                  Open last project
        [/E <cmd-string>]      Execute commands
        [/M {<mark>│<line>}]   Start at mark or line number
        [/R]                   Set no-edit mode (read only)
 
     <files>
 
        [[/T] <file>]...      Temporary file to open
 
     PWB options are not case sensitive. If no options are specified,
     PWB returns to the last visited file and cursor position but does
     not set a project.
                                    -♦-