Statistica Enterprise Command Line Options
When you need to run Statistica from a command line or incorporate Statistica Enterprise command line options in scripting, the following switches are valid for the applications.
When the application is launched, command line arguments will be read. The parsing of these arguments will not be case sensitive. These command line arguments include:
| /u | If "/u" is found followed by a space and an entry, the entry will designate the SE user to login. This user must be a regular SE user (not NT authenticated). If no password is further defined, the login prompt will be shown with the username predefined in the user field. |
| /w | If "/w" is found followed by a space and an entry, the entry will designate the SE password to login. This password must be for a regular SE user (not NT authenticated). If no username is further defined, the login prompt will be shown with the password predefined in the password field. |
| /c | If "/c" is found followed by a space and a quoted (double or single) entry, the entry will designate the SE ODBC connectivity information. This ODBC connectivity will override any previously defined ODBC connectivity. If the provided ODBC connection information is invalid, the ODBC Connectivity dialog will be displayed. |
| /r | If "/r" is found followed by a space and a quoted (double or single) string or a number (not quoted), the entry will designate the SE Report or Analysis Configuration (formerly known as Monitor) to be run when login is successful.
|
| /runmacro | If "/runmacro" is found, the entry will designate the SVB macro to be run when login is successful.
|
| /close | If "/close" is found on the command line, it will login to SE, perform any of the other command line requested operations, and then shut down. However, Statistica will remain open. |
| /invis | If "/invis" is found on the command line, it will login to SE and will not show any user interface. It will perform any of the other command line requested operations, and then shut down.
|
| /i | If "/i" is found followed by a space and a quoted string, the entry will designate a filter file to be used when running the analysis or report.
|
| Example | "C:\Program Files\StatSoft\STATISTICA 8\staemapp.exe" /r "STATISTICA Enterprise\Testing\BallBearings" /c "DSN=SEWSS;UID=sa;PWD=111111;" /u "admin" /w "abcdef" |