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.
Run Menu, Program Arguments Command
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Run menu, Program Arguments command
 
     Choose Program Arguments to set the command line for the project's
     program. When you choose Execute or Debug from the Run menu, PWB
     passes this command line to the program.
 
     Program Arguments sets the value of the RUNFLAGS macro in the
     project makefile. Because this is an NMAKE macro, you must precede
     a dollar sign ($) in the argument with a caret (^).
 
     See
 
     Run menu, Execute
     Run menu, Debug
                                    -♦-