How to get terminal output from a GUI process that spawns its own terminal
Im running this game from my code and this game spawns a dev console window when it loads, How would I capture the output from this terminal?
1 Reply
Ive tried to capture the programs stdout but it seems to be different to what the dev console is displaying
so im assuming there is some other way to capture its output