The guiLaunch.exe program provides a command prompt interface to launch the remote control functionality.
This command has the following format:
gui_rcLaunch.exe [{VIEW | REPLAY} [Options]]
If no command arguments are specified, the program launches Remote Control. Use quoted "" strings for values containing spaces. Use \" to insert a quote.
Specifies the Remote Control viewer component.
Specifies the Remote Control replayer component.
Indicates the type of connection.
Default: SHARED
Specifies the remote computer display name.
Specifies the address of the remote computer.
Indicates the connection protocol.
Note: Only TCP is supported currently.
Defines the user name.
Defines the user password.
Indicates the type of scroll mode.
Default: NORMAL
Indicates the color depth for bitmaps.
Default: 32BITCOLOR
Specifies the file name and path for recording the session, or the file name and path of a recorded session to be replayed.
Note: If /R is specified, the viewer records the current session to the specified file name.
Specifies the authentication that uses the credentials of the current user. This permits you to connect to a remote host without specifying a user name or password. The system assumes that it must use the log in credentials on the remote computer.
Specifies interactive mode.
Note: If /I is specified, the viewer operates in an interactive mode, and the viewer displays the Connection Settings dialog, letting you set various options before you connect.
Specifies full screen mode.
Specifies that reduced bitmaps be dithered.
Specifies that fonts not be embedded.
Note: The viewer always displays the Connection Settings dialog if the user name, password, or address is not specified on the gui_rcLaunch command line.
Examples
The following example connects to host1 and displays the Remote Control viewer:
gui_rcLaunch VIEW /A host1 /U myuser /P secret
This example displays the Connection Settings dialog, the viewer connects after the Connect button is clicked:
gui_rcLaunch VIEW /A host1 /U myuser /P secret /I
Even though /I is not specified, this example displays the Connection Settings dialog as the password was not given:
gui_rcLaunch VIEW /A host1 /U myuser
More examples:
"C:\Program Files\CA\DSM\bin\gui_rcLaunch.exe" VIEW /A 123.45.678.999/U Administrator/P Test
"C:\Program Files\CA\DSM\bin\gui_rcLaunch.exe" VIEW /M SHARED/A 123.45.678.999/U Administrator/P Test/I
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|