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
[PS4.0 R6] Datacollector not found
What is a Silverlight Navigation Application?
CAB (inside MSI) files Vs EXE file
Log Shipping Recovery Procedure
Ms Access Codes / Expression
OUTLOOK Distribution List
Windows Media Player
volume shadow copy with NT4 Server
Naming of data between OSI layers
Coldfusion cfselect-bind problem