clparam
~~~~~~~

This tiny program is an accessory to Quick Editor that is designed to be
set up and run from one of the custom menus. It allows an executable file
of the same name as a source code file in the editor to be run with
additional command line parameters.

How does it work ?

Quick Editor will pass the complete driv, path and filename of a file in the
editor to an external program by way of the command line. When you set up
clparam.exe, it receives the command line and allows you the option of
specifying additional parameters before it is run.

How to set it up

Place the program clparam.exe in a directory where you can find it, the
placement is not critical, and then run the "Edit Settings" option from the
tools menu. The following line needs to be added to the menu INI file
ensuring the drive & path are correct. 

    &Set Command Line,Drv:\Path\Clparam.exe {b}.exe

When you have built a source code file into an executable file, select this
option and it will show a dialog box with the drive\path\filename on it and
it has a text box where you can enter additional command line parameters.

Either click the button or just press enter and it will run the file with
the additional command line parameters.

                                -- o --