Is it possible to log message from WinForms app to cmd.exe process started programmatically? I\'ve tried to do all kinds of variations of following code:
pri
You have to insert a pause command after printing to the console.
The process terminates as soon as the command is executing, resulting in the blink you see.