Command-Line Parameters

From STX Wiki
< User Guide
Revision as of 17:02, 5 April 2011 by Christian (talk | contribs) (Text replace - "S_TOOLS-STx" to "{{STX}}")
Jump to navigationJump to search

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