Command Line Arguments for Launching Script
A script can be run via the command line.
Command-line options:
cadfeko [FILENAME] [OPTIONS]
postfeko [FILENAME] [OPTIONS]
- FILENAME
- Name of the .cfx or .lua file to load. If the model does not exist, a new empty model is created with this name.
- OPTIONS
-
- -h, --help
- Displays the help message.
- --version
- Print the version information and then exit.
- --non-interactive
- Special execution mode for running automation scripts without user interaction.
- --run-script SCRIPTFILE
- Specifies an automation script to load and run.Note: When running a script, the working directory is set to the script to be run before running the script.
- --configure-script CONFIGSTRING
- Executes the string CONFIGSTRING before
running the script specified in
SCRIPTFILE. This option is only used
with the
non-interactive
option.