I kick off a Console application from my process. It does a task, writes a bunch of stuff to the console, then terminates.
Given that I've kicked off the Console app, is it possible for me to intercept what is being written to the console?
Note that there is a similar question, but it's for c++ and I am not sure how to translate the semantics. I've asked a similar question in the past, but it's for my own process only.