Re: tcl/TK question

2011-06-30 Thread Brian St. Pierre
On Thu, Jun 16, 2011 at 12:41 PM, Jerry Feldman g...@gapps.blu.org wrote: One possible solution that seems to work. In my wrapper script: command --arg1 --arg2 21 And in the tcl script: if [catch {open |$command} input] { I still get my zombie on the start command, but I query the open

Re: tcl/TK question

2011-06-30 Thread Tom Buskey
Take a look at the expect extension for tcl/Tk. It was created expressly for dealing with interactive programs. On Thu, Jun 30, 2011 at 1:31 PM, Brian St. Pierre br...@bstpierre.orgwrote: On Thu, Jun 16, 2011 at 12:41 PM, Jerry Feldman g...@gapps.blu.org wrote: One possible solution that