!--a11y-->
startup 
Provides common options/arguments for the application startup.
Syntax |
startup [-scriptFile|-f ...] [-commands|-c ...] [-ignoreExceptions|-i] [-exit|-e] |
Options |
|
-scriptFile|-f |
Script file |
-commands|-c |
Commands to execute upon startup |
-ignoreExceptions|-i |
Ignore exceptions that occur during the command execution when started with a script file (option 'scriptFile') or with command arguments (option 'commands'). If not given, by default the command line application stops in these modes on the first exception. |
-exit|-e |
Exit immediately after the command sequence defined with the -commands switch is finished. The -scriptFile option is ignored when the -exit is specified. |
Description |
Provides common options/arguments for the application startup. |
Load sessions and switch into the directory /ws/test/wsp on startup.
DTRConsole.bat -c “sessions load; cd /ws/test/wsp”