Loadrun is a tool for running specified programs via a debugger like the PARTNER-CTR/S. It can be used to run specified programs from the command line without operating the debugger.
$ ctr_loadrun32.exe [CciFile] [options...]
| Options | Arguments | Description |
|---|---|---|
| -h (--help) | Displays help. | |
| -l (--devicelist) | Displays the connected devices. | |
| -t (--timeout) | TIMEOUT-SECONDS | Sets the timeout from startup to exit. |
| -e (--exit-pattern) | EXIT-PATTERN | Exits once a string is output that matches the regular expression EXIT-PATTERN. The regular expression syntax conforms to the System.Text.RegularExpressions of .Net Framework. |
| -c (--command) | COMMAND | Specifies the command to run before loading the image file. |
| -m (--macro) | MACROFILE | Specifies the macro file to run before loading the image file. |
| -d (--device) | SERIALNUMBER | Specifies which device to use by its serial number. |
| -nw (--no-wait) | Exits loadrun when it is confirmed that all commands have been sent. |
|
| -ns (--no-start) | Normally, the G command is sent after the program has been loaded to begin program execution. With this option, the G command is not sent. |
$CTRSDK_ROOT/tools/ComandlineTools/ctr_loadrun32.exe
CONFIDENTIAL