how to use wish console in windows for interactive applications like telnet
Hi
I am quite new to tcl.
Can somebody please tell me if there is an equivalent of expect's spawn
in the wish console ??
for example to open a telnet session
in expect i can spawn a telnet session and can send the user name and
password using the spawn command. Is it possible to do similar jobs
using Wish console
.
Relevant Pages
- Re: Crossthread operation
... of the server I am creating. ... I spawn new threads for each connection that is created and would like to write the status to the console. ... (microsoft.public.dotnet.languages.csharp) - Re: Filtering certain message from expect internal buffer
... >>which cause the matching logic to get hosed... ... >>instaed of script A reading ther console directly ... >>have it spawn a simple filter script that watches the console and just ... spawn a separate shell just for console messages. ... (comp.lang.tcl) - Re: how to use wish console in windows for interactive applications like telnet
... I am quite new to tcl. ... Can somebody please tell me if there is an equivalent of expect's spawn ... in the wish console ?? ... for example to open a telnet session ... (comp.lang.tcl) - Crossthread operation
... I have a richtextbox that acts like a console with information on the status ... of the server I am creating. ... I spawn new threads for each connection that is ... (microsoft.public.dotnet.languages.csharp) - Spawning a Secure Xterm
... What I'm trying to do is spawn an Xterm and ... pass it a series of commands while still maintaining some security. ... but it looks like one is geared towards pure Tcl and doesn't handle ... (comp.lang.tcl) |
|