Does anyone know how I can control a telnet session from within a script,
and then return control to the user? Effectively, what I want is shown in
the following script:-
#!/bin/ksh
.
.
.
telnet << !
set escape ^x
mode char
open 123.123.123.123
!
.
.
.
Control of telnet session handed to user so that he/she can continue as
if they had put these commands in by hand.
Cheers,
Alan Rowe.
PS. I am running HP-UX 9.04.
--
+------------------------------------+-------------------------------------
+------------------------------------+-------------------------------------