1. Home
  2. Audisi CAB
  3. How to?
  4. Command line options
  1. Home
  2. Audisi GML
  3. How to?
  4. Command line options
  1. Home
  2. Audisi ONE
  3. How to?
  4. Command line options
  1. Home
  2. Audisi FAQ
  3. Command line options

Command line options

Contents

The desktop shortcut of an Audisi application may contain command line options to force or override certain settings at startup. Spaces are only used to divide multiple options. Parameters without brackets (e.g. [x] = 123)

SPLASHTYPE=[value]
0=off / 1=splash video / 2=picture

DBCLIENTID=[client ID]
Client ID to ensure the start of a single (specific) client, based on its unique id (as given in the client list)

DBCLIENTREF=[client reference]
Client ID to ensure the start of a single (specific) client, based on its reference (as configured in the client list)

MAINLEFT=[x]
Position the application x pixels from the left side of the main screen.

MAINTOP=[y]
Position the application y pixels from the upper side of the main screen.

MAINWIDTH=[w]
To force the horizontal size of the application’s main form to w pixels.

MAINHEIGHT=[h]
To force the vertical size of the application to h pixels.

USERNAME=[user name]
User name for automatic login of a specific user.

USERPASS=[user password]
User password for automatic login of a specific user.

SRV1IPADDR=[IP address]
IP address of network connection 1

SRV1IPPORT=[port number]
IP port of network connection 1

SRV2IPADDR=[IP address]
IP address of network connection 2

SRV2IPPORT=[port number]
IP port of network connection 2

SRV3IPADDR=[IP address]
IP address of network connection 3

SRV3IPPORT=[port number]
IP port of network connection 3

SRV4IPADDR=[IP address]
IP address of network connection 4

SRV4IPPORT=[port number]
IP port of network connection 4

Syntax examples

Command line parameters are placed behind the Target.

Each command line parameter should be separated by a space.

C:\Audisi\ONE\Bin\Live\ONE_Blaster.exe SRV1IPADDR=127.0.0.1 SPLASHTYPE=0 MAINWIDTH=1080 USERNAME=… USERPASS=…

Was this article helpful?

Related Articles