Runtime command lines - Legacy version
- Exit status: Value returned by the UBIQUITY Runtime process following a command query.
start "" /wait
before any command lines in your UbiquityRuntime.exe
file. This prevents the process from ending before an exit code is returned. For example: start "" /wait "<path>\UbiquityRuntime.exe" –remoteAccessServiceConnected
.Parameters | Description |
---|---|
-connect |
Connect Runtime to the UBIQUITY servers when Runtime is already running but disconnected. Runtime connects automatically by default, unless you have not entered the |
-disconnect |
Disconnect Runtime from the UBIQUITY 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 UBIQUITY. 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)\ASEM\Ubiquity\Runtime\
Parameters | Description |
---|---|
"<path>\UbiquityRuntime.exe" -connect |
Connect Runtime to the UBIQUITY servers when Runtime is already running but disconnected. Runtime connects automatically by default, unless you have not entered the |
"\UbiquityRuntime.exe" -disconnect |
Disconnect Runtime from the UBIQUITY servers. Connection to the remote assistance service is not possible. |
"<path>\UbiquityRuntime.exe" -showChat |
Open the assistance chat window. |
"<path>\UbiquityRuntime.exe" -hideChat |
Hide the assistance chat window and disconnect Runtime from the remote assistance service. |
"<path>\UbiquityRuntime.exe" -showKeyboard |
Open the system keyboard. |
"<path>\UbiquityRuntime.exe" -hideKeyboard |
Close the system keyboard. |
"<path>\UbiquityRuntime.exe" -remoteAccessServiceConnected |
See the Runtime connection status. The example below shows a Runtime query that uses
|
"<path>\UbiquityRuntime.exe" -remoteAccessSessionCount |
See the quantity of remote supervisors that are connected to the Runtime from UBIQUITY. |
"<path>\UbiquityRuntime.exe" --getanonymouspassword |
View the password value required to register a Runtime device to a domain. |
"<path>\UbiquityRuntime.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>\UbiquityRuntime.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>\UbiquityRuntime.exe" -closeAssistance |
Close an assistance request. |
"<path>\UbiquityRuntime.exe" -getRequestAssistanceStatus |
See an assistance request status. |
"<path>\UbiquityRuntime.exe" -canRequestAssistance |
Check if an assistance request can be opened. |
"<path>\UbiquityRuntime.exe" -exportConnectionLog |
Export connection logs. Indicate the logs parameters Example: |
"<path>\UbiquityRuntime.exe" -quit |
Disconnect Runtime when it is running. |
"<path>\UbiquityRuntime.exe" -version |
See the Runtime version. |
Notes for Windows CE
For Windows CE systems, the executable file name is UBIQUITYRuntimeCE.exe
.
The exit code is set to an environmental variable named ERRORLEVEL
.