Legacy version Runtime command lines
- Exit status: Value returned by the COMBIVIS connect Runtime process following a command query.
start "" /wait
before
any command lines in your COMBIVISconnectRuntime.exe
file. This prevents the
process from ending before an exit code is returned. For example: start "" /wait
"<path>\COMBIVISconnectRuntime.exe" –remoteAccessServiceConnected
.Parameters | Description |
---|---|
-connect |
Connect Runtime to the COMBIVIS connect servers when Runtime is already running but
disconnected. Runtime connects automatically by default, unless you have not entered
the |
-disconnect |
Disconnect Runtime from the COMBIVIS connect servers. Connection to the remote assistance service is not possible. |
-showChat |
Open the assistance chat window. |
-hideChat |
Hide the assistance chat window. |
-showKeyboard |
Open the system keyboard. |
-hideKeyboard |
Close the system keyboard. |
-remoteAccessServiceConnected |
See the Runtime connection status. Enter Exit status:
|
-remoteAccessSessionCount |
See how many remote supervisors are connected to the Runtime from COMBIVIS connect.
Enter Exit status:
|
-getanonymousid
Note: Mind all the lower case letters.
|
View the ID and password required to register a Runtime device to a domain. Enter
Exit status:
|
-getanonymouspassword
Note: Mind all the lower case letters.
|
View the ID and password required to register a Runtime device to a domain. Enter
Exit status:
|
-requestAssistance |
Enable an assistance request. If The user must provide contact details
when assistance is requested is enabled, you must provide three
additional parameters that correspond to the fields Name,
Contact information, and
Description. Enter Exit status:
|
-closeAssistance |
Close an assistance request. Enter Exit status:
|
-canRequestAssistance |
Check if an assistance request can be opened. Enter Exit status:
|
-quit |
Disconnect Runtime when it is running. |
-version |
See the Runtime version. |
Examples for Windows systems (except Windows CE)
The path
identifies the installation path of Runtime. For example:
C:\Program Files (x86)\KEB\COMBIVISconnect\Runtime\
Parameters | Description |
---|---|
"<path>\COMBIVISconnectRuntime.exe" -connect |
Connect Runtime to the COMBIVIS connect servers when Runtime is already running
but disconnected. Runtime connects automatically by default, unless you have not
entered the |
"\COMBIVISconnectRuntime.exe" -disconnect |
Disconnect Runtime from the COMBIVIS connect servers. Connection to the remote assistance service is not possible. |
"<path>\COMBIVISconnectRuntime.exe" -showChat |
Open the assistance chat window. |
"<path>\COMBIVISconnectRuntime.exe" -hideChat |
Hide the assistance chat window and disconnect Runtime from the remote assistance service. |
"<path>\COMBIVISconnectRuntime.exe"
-showKeyboard |
Open the system keyboard. |
"<path>\COMBIVISconnectRuntime.exe"
-hideKeyboard |
Close the system keyboard. |
"<path>\COMBIVISconnectRuntime.exe"
-remoteAccessServiceConnected |
See the Runtime connection status. The example below shows a Runtime query that uses
|
"<path>\COMBIVISconnectRuntime.exe"
-remoteAccessSessionCount |
See the quantity of remote supervisors that are connected to the Runtime from COMBIVIS connect. |
"<path>\COMBIVISconnectRuntime.exe"
--getanonymouspassword |
View the password value required to register a Runtime device to a domain. |
"<path>\COMBIVISconnectRuntime.exe"
-getanonymousid |
View the ID and password required to register a Runtime device to a domain. Enquire Runtime about the server connection status. The return value is available
in a environment variable called |
"<path>\COMBIVISconnectRuntime.exe"
-requestAssistance |
Enable an assistance request. If The user must provide contact details when assistance is requested is enabled, you must provide three additional parameters that correspond to the fields Name, Contact information, and Description. Example: |
"<path>\COMBIVISconnectRuntime.exe"
-closeAssistance |
Close an assistance request. |
"<path>\COMBIVISconnectRuntime.exe"
-getRequestAssistanceStatus |
See an assistance request status. |
"<path>\COMBIVISconnectRuntime.exe"
-canRequestAssistance |
Check if an assistance request can be opened. |
"<path>\COMBIVISconnectRuntime.exe"
-exportConnectionLog |
Export connection logs. Indicate the logs parameters Example: |
"<path>\COMBIVISconnectRuntime.exe" -quit |
Disconnect Runtime when it is running. |
"<path>\COMBIVISconnectRuntime.exe" -version |
See the Runtime version. |
Notes for Windows CE
For Windows CE systems, the executable file name is
COMBIVISconnectRuntimeCE.exe
.
The exit code is set to an environmental variable named ERRORLEVEL
.