Re: How to get output of piped process?

2021-02-17 Thread Jedi via Digitalmars-d-learn
On Wednesday, 17 February 2021 at 14:36:58 UTC, Steven Schveighoffer wrote: On 2/17/21 1:58 AM, Jedi wrote: I an using pipeShell, I have redirected stdout, stderr, and stdin. I am trying to read from the output and display it in my app. I have followed this code almost exactly except I use tr

How to get output of piped process?

2021-02-16 Thread Jedi via Digitalmars-d-learn
I an using pipeShell, I have redirected stdout, stderr, and stdin. I am trying to read from the output and display it in my app. I have followed this code almost exactly except I use try wait and flush because the app is continuously updating the output. (it outputs a progress text on the same