Microsoft
Software
Hardware
Network
Question : expect: when does a spawned process terminate?
when an expect script spawns a process, say, telnet
spawn telnet $target
the script does its thing then exits. Is the telnet session still hanging around? Or does it close when the script terminates?
Thanks!
Answer : expect: when does a spawned process terminate?
telnet will close when the script finishes (because it gets end of file on its stdin).
In general the easiest way to terminate a spawned process is to exit the expect script; otherwise you have to "expect eof" "wait" and so on
Random Solutions
select count(distinct *)
GWT vs JavaScript libs
SharePoint and an outsourced Exchange email
javascript select menu that outputs the text without a submit button
How can i off the reading pane outlook 2007 on all folders that i might have.
Hide Grouping Footer In Access Report
SQL Query Problem
RG11 Coax cable types
PS2/USB Keyboard Not Working In Bios
How do I write a query to select which unique value I want to produce?