Cmd Line Param Help

Embed Size (px)

Citation preview

  • 7/28/2019 Cmd Line Param Help

    1/2

    stats [-server ] [-user ] [-password ][-switchserver][-singleseat][-nologo][-production [prompt|silent|background]][-symbol ][] ...

    To start the application in distributed mode:

    [-server ] The name or IP address and port numberof the server.Example: -server myserver:3016

    [-user ] A valid user name. If a domain name is required,precede the user name with the domain name and abackslash (\).Example: -user "myDomain\myUserName"

    [-password ] The user's password.

    To start the application and prompt for server login information (Windowsonly):

    [-switchserver] Display the "Server Login" dialog box. Thisswitch has precedence over the previous -server,-user, and -password switches.

    To start the application in single seat mode:

    [-singleseat] Start application in a single seat mode.

    [-background] Run the production job dsconnectedin the background on a remote server.You must also specify the server usingthe -server switch.

    If none of the previous switches is specified, the application starts in thedefault mode.

    Other switches:

    [-nologo] Start the application without displaying thesplash screen.

    [-production [prompt|silent| Start the application in production mode. Thebackground]] prompt and silent keywords specify whether to

    display the dialog that prompts for runtimevalues if they are specified in the job. Theprompt keyword is the default and shows the

    dialog. The silent keyword suppresses thedialog. The background keyword runs theproduction job in the background on a server.When using this option, you must specify aserver with the -server switch. Like the silentkeyword, the background keyword suppresses thedialog that prompts for runtime values. If youuse the silent or background keywords, you candefine the runtime symbols with the -symbolswitch. Otherwise, the default value is used.

  • 7/28/2019 Cmd Line Param Help

    2/2

    The -switchserver and -singleseat switches areignored when using -production.Examples:

    stats C:\job.spj -production silent -symbol @sex male

    [-symbol ] List of macro symbol-value pairs used in theproduction job. Each symbol name starts with @.Enclose a value with double quotes if itcontains spaces. Rules for including quotes orapostrophes in string literals may vary acrossoperating systems, but enclosing a string thatincludes single quotes or apostrophes in doublequotes usually works (for example, "'a quotedvalue'").Example:-symbol @sex male @state "North Dakota"

    [] ... List of filenames, which can include allapplication supported file types. Enclose withdouble quotes if it contains spaces.Example:stats C:\cars.sav C:\analysis.sps

    Valid switch qualifiers are a hyphen (-) or double hyphen (--). You can also

    use a forward slash (/) on Windows platforms. If a parameter is not preceded bya switch qualifier or a valid argument, it is treated as a filename.