It is possible to specify a number of options when running the InControl client. The client executable file has the name ICC.exe and any option parameters follow the ICC.exe console command, separated by a space from their assigned value. For example:
ICC.exe -host 192.168.1.22 -username myname -password mypswd -silent
Adding any options is best done by locating the InControl client option in the Windows Start menu, right-clicking it and then selecting Properties to edit the initiating Windows console command. Alternatively, a console could be opened and the command could then be entered with the desired options.
The available command line options are the following:
-help
For use in a console, this displays all the available command options. Th option -? can also be used instead of -Help to list the available command options.
-host
This is the URL or IP address of the InControl server.
-port
This is the port number to be used when connecting to the InControl server.
-username
The username to be used at client startup.
-password
The password to be used at client startup.
-skipautologon
This will open a login dialog with any of the specified fields already filled in. For example:
icc.exe -host 127.0.0.1 -port 9000 -username admin -skipautologin
The above command will open a dialog with the host, port and username fields already filled in.
If this option is not specified then the client not display the login dialog and will attempt to log in using the fields specified in the command.