User Guide/Command-Line Parameters: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
m (Text replace - "S_TOOLS-STx" to "{{STX}}") |
||
Line 2: | Line 2: | ||
==Command line parameters== | ==Command line parameters== | ||
{{STX}} understands the following command line parameters. | |||
<code>stx.exe inifile</code>|<code>* ; dataset</code>|<code>*</code>|<code>NO ; applicationname ; applicationarguments</code> | <code>stx.exe inifile</code>|<code>* ; dataset</code>|<code>*</code>|<code>NO ; applicationname ; applicationarguments</code> | ||
Where <code>inifile</code> is the name of the | Where <code>inifile</code> is the name of the {{STX}} INI file. If an asterisk is specified, the default {{STX}} INI file stxini.xml is used. | ||
Where <code>dataset</code> is the name of the DataSet file. If an asterisk is specified, the default DataSet file is used. If <code>NO</code> is specified, then no DataSet is used. | Where <code>dataset</code> is the name of the DataSet file. If an asterisk is specified, the default DataSet file is used. If <code>NO</code> is specified, then no DataSet is used. | ||
The default | The default {{STX}} INI file is stxini.xml. | ||
See [[User Guide/Dataset/Parameter Properties|Log Window]] for a list of available applications. | See [[User Guide/Dataset/Parameter Properties|Log Window]] for a list of available applications. | ||
Line 22: | Line 22: | ||
<code>stx.exe * ; * ; bscript run ; test.sts ; mymacro ; arg0 ; arg1</code> | <code>stx.exe * ; * ; bscript run ; test.sts ; mymacro ; arg0 ; arg1</code> | ||
The following starts | The following starts {{STX}} with the Real-Time Analyser | ||
<code>stx.exe * ; * ; rtanalyse</code> | <code>stx.exe * ; * ; rtanalyse</code> |
Revision as of 17:02, 5 April 2011
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