Quote Originally Posted by cbarmpar View Post
How can i check if the process is already running before i opening it?
In case of init.d scripts, you can run them with "status" parameter.


Quote Originally Posted by cbarmpar View Post
And how can I read the output of the command?
If you want to do that, you can't use startDetached() and you have to connect to one of the signals that QProcess offers.