The guiLaunch.exe program provides a command line interface for launching remote control functionality.
This command has the following format:
gui_rcLaunch.exe [{VIEW | REPLAY} [Options]]
If no command arguments are specified, the program just 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 authentication using 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 the logon credentials are also to be used on the remote machine.
Specifies interactive mode.
Note: If /I is specified, the viewer operates in an interactive mode and displays the Connection Settings dialog, letting you set various options before connecting.
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, but the viewer does not connect until 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 since the password was not given:
gui_rcLaunch VIEW /A host1 /U myuser
Additional 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 © 2013 CA.
All rights reserved.
|
|