OpenVMS Notes: X-Term, X-Windows, etc.

The following hacks were done in 2019 using:

Steps:

Hacks

Hack #1

$! =======================================================================
$! title  : CSMIS$USER3:[ADMCSM.NEIL]DECW$HACK1.COM
$! author : Neil Rieck
$! created: 2019-10-28
$! notes  :
$! 1) start Reflection X Manager (or equivalent) on your PC
$!    settings>network: ensure your IP address is set correctly (my PC has
$!    two NICs and the X-manager always defaults to the wrong one)
$! 2) execute this script; if a puzzle application is not started then
$!    something is broken and needs to be fixed
$! =======================================================================
$ set noon
$ SET DISPLAY /CREATE /NODE=142.180.221.13 /TRANSPORT=TCPIP
$ r sys$system:DECW$PUZZLE.EXE
$ exit

Hack #2

$! =======================================================================
$! title  : CSMIS$USER3:[ADMCSM.NEIL]DECW$HACK2.COM
$! author : Neil Rieck
$! created: 2019-10-28
$! notes  :
$! 1) start Reflection X Manager (or equivalent) on your PC
$!    settings>network: ensure your IP address is set correctly (my PC has
$!    two NICs and the X-manager always defaults to the wrong one)
$! 2) execute this script; if a puzzle application is not started then
$!    something is broken and needs to be fixed
$! =======================================================================
$ set noon
$ SET DISPLAY /CREATE /NODE=142.180.221.13 /TRANSPORT=TCPIP
$!r sys$system:decw$winmgr
$ r sys$system:decw$startlogin
$ exit

Back to: my OpenVMS Notes

Back to Home
Neil Rieck
Waterloo, Ontario, Canada.