How to log stdout on exec
I am calling a commandline dos application. Normally I use Exec and it would show the window. For some reason it isn't showing the window but the process is running. At this point I would like to show the window and log the output to a file. Are there any execs that can do this asynchronously?