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
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