Re: popen, Pipes with programs that expect user input

2007-01-08 Thread Gabriel Genellina
At Monday 8/1/2007 13:06, Alex wrote: So far everything works fine, but I encounter a problem with commands which require some sort of user input; i.e. they don't return immediately. Could someone point out the cause of this? It seems to me that the interpreter is stuck at this line data=fou

popen, Pipes with programs that expect user input

2007-01-08 Thread Alex
Hello everyone, I am writing a terminal server client-server application, that offers the client the ability to run commands on the server and read their output. So far everything works fine, but I encounter a problem with commands which require some sort of user input; i.e. they don't return im