I am spawning external console application and use async output redirect. as shown in this SO post
My problem is it seems that the spawned process needs to pro
Check out this answer.
How to send input to the console as if the user is typing?
The idea is that you will receive the output received events when any is thrown after the process is started.