Quote Originally Posted by Ginsengelf View Post
Hi, if you don't really need the batch file, then QProcess::readAllStandardOutput() might help, but you probably will not get the output of the batch file (that has normally been printed to a cmd window).
Maybe you could redirect the output to a file and read that.

Ginsengelf
That would be fine as well... But, when I run the QProcess I see in task manager that the cmd window is opened, but the actual CMD "DOS" box doesn't show up on the screen...that's why I thought I would move it to the MainWindow. Thanks for your insight.

teak