Command-Line Parameters
From STX Wiki
Jump to navigationJump to search
STx understands the following command line parameters.
stx.exe workspace|* ; project|*|NO ; applicationname ; applicationarguments
Where workspace is the name of the STx workspace file. If an asterisk is specified, the default is used.
Where project is the name of the project file. If an asterisk is specified, the default project file is used. If NO
is specified, then no project is used.
See the Log Window for a list of available applications.
Examples
The following starts stx with the sample project:
stx.exe * ; data/sample1.stxpr
The following call runs the script test.sts
stx.exe * ; * ; bscript ; run ; test.sts ; mymacro ; arg0 ; arg1
The following starts STx with the Real-Time Analyser
stx.exe * ; * ; rtanalyse