When FlexPDE is run from a command line or as a subtask from another application, there are some command-line switches that can be used to control its behavior:
-R |
Run the file which is named on the command line. Do not enter edit mode. |
-V |
View the file which is named on the command line. Do not enter edit mode. |
-X |
Exit FlexPDE when the problem completes. |
-M |
Run in "minimized" mode (reduced to an icon). |
-Q |
Run "quietly". Combines -R -X -M. |
-S |
Run "silently". -Q with all error reports suppressed. |
-T |
Set the default thread count. Append the number : -T6 will use six threads. |
-L |
License FlexPDE. For Internet Key, append A for activate, R for release, then serial number : -LA668668886. For local or network dongle, append D or N : -LD or -LN. |
For example, the command line
flexpde6 -R problem
will load and run the script file "problem.pde".