How to write to stdin of another app?
Posted
by blez
on Stack Overflow
See other posts from Stack Overflow
or by blez
Published on 2010-04-10T11:16:32Z
Indexed on
2010/04/10
11:23 UTC
Read the original article
Hit count: 271
I have a module that reads StandartError of a process, all works fine, but I want to do something different. I don't know how redirect stdin like the native way: app1.exe -someargs | app2.exe -someargs
Where app2 reads all the stdout of app1 in its stdin.
© Stack Overflow or respective owner