Greetings,
The vms code below will change the title of a DECterm window
and icon. Is there a method to change the window and icon title
of a Dtterm window in DU 4.x ?
Thanks for the help.
rich
rnfrank_at_llnl.gov
________________________________________________________________
VMS code:
$! cwt.com 2. aug. 1995 rnf
$! Change Window Title - useage: _at_cwt p1 where p1 is new window & icon title
$ nodename=f$getsyi("nodename")
$ if p1 .eqs. "" then p1 = nodename
$ esc[0,7]=27
$ osc=esc+"]"
$ st=esc+"\"
$ write sys$output osc,"]2L;''p1'",st
$ write sys$output osc,"21;''p1'",st
$ exit
Received on Fri Mar 21 1997 - 17:59:56 NZST