I'd like to see all the console output from multiple exe's, in the same place, in realtime rather than written to a log
All the sample code I've found has one program spawning a second, and showing the console output from the child process.
Is there a way to have multiple programs write to the same console ? (Or appear to)
Thanks !
AJM