◄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► -♦-