User Guide/Command-Line Parameters: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{STX}} understands the following command line parameters. | {{STX}} understands the following command line parameters. | ||
stx.exe <var>workspace</var>|* ; <var>project</var>|*|NO ; <var>applicationname</var> ; <var>applicationarguments</var> | |||
Where < | Where <var>workspace</var> is the name of the {{STX}} [[User Guide/Workspace/Application and Setup Tree/Workspace File|workspace file]]. If an asterisk is specified, the default is used. | ||
Where < | Where <var>project</var> is the name of the [[User_Guide/Project|project file]]. If an asterisk is specified, the default project file is used. If <code>NO</code> is specified, then no project is used. | ||
See the [[User_Guide/Log_Window|Log Window]] for a list of available applications. | See the [[User_Guide/Log_Window|Log Window]] for a list of available applications. |
Revision as of 09:44, 29 June 2017
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