
Originally Posted by
MrDeath
did you use waitForFinished() before taking out the std output
yes. I tried that too. But there won't anything directed stdout, the confirmation is creation of the DBfile.db. And also there is no any stderror data too. Let me know if anything need to do.

Originally Posted by
high_flyer
Please post the code
I have used the same code posted above with small changes as suggested below,
First way:
QString sExeName
= "\"D:\\app 1\\app.exe\"";
QString sExeName = "\"D:\\app 1\\app.exe\"";
To copy to clipboard, switch view to plain text mode
Second way:
QString sExeName
= "\"D:/app 1/app.exe\"";
QString sExeName = "\"D:/app 1/app.exe\"";
To copy to clipboard, switch view to plain text mode
And also as said in the above post, even i dump all the files in the current directory then also there is no output, means creation of file but whick works with the 'Sytem(...) command.
Bookmarks