User Guide/Command-Line Parameters: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (Text replace - "S_TOOLS-STx" to "{{STX}}")
(No difference)

Revision as of 11:29, 3 September 2015

Command line parameters

STx understands the following command line parameters.

stx.exe inifile|* ; dataset|*|NO ; applicationname ; applicationarguments

Where inifile is the name of the STx INI file. If an asterisk is specified, the default STx INI file stxini.xml is used.

Where dataset is the name of the DataSet file. If an asterisk is specified, the default DataSet file is used. If NO is specified, then no DataSet is used.

The default STx INI file is stxini.xml.

See Log Window for a list of available applications.


Examples

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

Navigation menu

Personal tools