Hey guys,

I am looking to trigger an external program from my program in QT. However, this program is run through a command on Xterm and I need to include a reroute > to get the proper output File.

e.x tifftopnm picturefile.tiff < picturefile.pnm

Qprocess won't handle this since I am handing a Shell command to reroute. Is there an easy way to get around this or am I going about this wrong? Any help is greatly appreciated.

Thank you guys,