Re: send string to input of another process

2011-09-13 Thread Kushal Kumaran
On 13 Sep 2011 17:53, "Alex Naumov" wrote: > > Hello everybody, > > I'm looking for some solution, maybe someone of you can help me. > > I call another process via os.system("process") and it waits for some input. I have to write a comment (for example, like using svn or git), and after that to cl

send string to input of another process

2011-09-13 Thread Alex Naumov
Hello everybody, I'm looking for some solution, maybe someone of you can help me. I call another process via os.system("process") and it waits for some input. I have to write a comment (for example, like using svn or git), and after that to close input (for example, like ":wq" using vim). How can