New Command line parameters for IGSS Master

Three new command line parameters have been introduced to the IGSS Master program in order to better automate the start-up procedure of an IGSS machine.

The three command line parameters are:

Parameter

Description

-server

Use this parameter to determine which IGSS server the IGSS Master is to connect to.

You must supply the IGSS server IP address or machine network name after the -server parameter, for example: -server MainServerA.

The -server and -station must be used in combination with each other. You cannot use one parameter without specifying the other.

-station

Use this parameter to determine which operator station the IGSS Master is to connect as.

You must supply the operator name as it is spelled in the IGSS server System Configuration form after the -station parameter, for example -station OP1.

The -server and -station must be used in combination with each other. You cannot use one parameter without specifying the other.

-lng

Use this parameter to define the starting language of the IGSS Master.

You must supply the three-letter language code to identify the start up language.

IGSS uses the language codes for C++ from the Microsoft MSDN network. The utilized language codes are also visible in the GSS folder of the IGSS installation folder.

Terminal Services

The –server and –station parameters can be used to streamline the setup of IGSS using terminal services.

Instead of starting each IGSS terminal service client, connecting to the IGSS server and selecting the operator station name in order to retrieve the configuration, you can create a script which will do the same, using the –server and –station parameters.

Example

IGSSMaster.exe –Server MainIGSSServer –Station OP1

Scroll to Top