
Technical Notes |
|
Reflection X includes client files that enable you to start individual X clients or the DECwindows Session Manager on a VMS host using either TCP/IP or DECnet transports. This technical note explains how to locate and use these client files.
For instructions, see Using PCX$SERVER.COM (TCP/IP only).
For instructions, see Using PCX$SERVER as a Connection Method (DECnet only).
Reflection X installs client files for use in starting individual X clients or the DECwindows Session Manager over TCP/IP. These client files make calls to the PCX$SERVER.COM file on the host, so that X clients or the Session Manager can be started using the recommended PCX$SERVER method.
First, verify that PCX$SERVER.COM is on the host. (Look for it in SYS$SYSTEM.) Then, follow the steps below.
| Application |
Client File and Command Line |
| X Client (DECterm, by default. See note below.) |
pcxtcp.rxc @sys$system:pcx$server.com 4,%#%,0,TCPIP,%IP% $create/term/detach |
| Session Manager |
smpcxtcp.rxc @sys$system:pcx$server.com 4, %#%, 0, TCPIP, %IP% decw$startlogin.exe |
The Reflection window appears with the client file selected. Verify that the command line in the Reflection window matches the command line in the table above.
Note: Pcxtcp.rxc opens a DECterm, by default. To open an X client directly, delete $create/term/detach in the command line and enter decw$ followed by the name of the X client you want to start. For example, to start the calculator, you would change the command line to:
@sys$system:pcx$server.com 4,%#%,0,TCPIP,%IP% decw$calc.exeReflection X installs two client files for starting individual X clients or the DECwindows Session Manager using PCX$SERVER over DECnet. Follow the steps below.
| Application |
Client File and Command Line |
| X Client (DECterm, by default. See note below.) |
pcxserv.rxc %DN%,decw$terminal.exe |
| Session Manager |
sm_pcx.rxc %DN%,decw$startlogin.exe |
The Reflection window appears with the client file selected. Verify that the command line in the Reflection window matches the command line in the table above.
Note: Pcxtcp.rxc opens a DECterm, by default. To open an X client directly, delete terminal.exe in the command line and enter the name of the X client you want to start. For example, to start the calculator, you would change the command line to:
%DN%, decw$calc.exe