PDA

View Full Version : Accesing linux shell script from Qt



Ricardo_arg
17th February 2011, 12:41
hi i am trying to execute a shell script running over linux, but i cannot find a way, can anybody give a guide? thx!

Ginsengelf
17th February 2011, 12:43
Hi, try QProcess and start the script with
sh /path/to/script.sh.

Ginsengelf

Ricardo_arg
17th February 2011, 12:49
sorry, i also have to say that the script is in a another machine in the local network, so this must be done remotely.

Like java Remote Method Invocation but in Qt