[Qt-interest] Help:About QProcess
Srdjan Todorovic
todorovic.s at googlemail.com
Tue Apr 28 17:33:09 CEST 2009
Hi,
2009/4/28 Princy K. V. <princy.kv at nestgroup.net>:
> Thanks for ur help..
>
> But it didn’t worked.. process->isOpen() returned false..
>
> Process is opened only when I add the statement
> ,QDir::setCurrent("E:/source/");
>
> Rtlrev is name of the exe located at say ‘E:/source/’.
process->start("E:/source/rtlrev.exe", arguments);
Use an absolute path in the code?
Srdjan
More information about the Qt-interest-old
mailing list