PDA

View Full Version : Executing a external console application!



WillianBR
30th May 2011, 17:41
I need to run multiple instances of PuTTY utility and put the console into a QT4 application window.

Basically, the utility QT4 will act as a clearinghouse, keeping all data connections and calling PuTTY with the correct parameters.

But the screen d PuTTY should stay inside the program window QT4.

So, I need a way to interact with the console program in real time, like I was interacting with a telnet client.

Has anyone done something similar or knows how to reach the result described above? :confused:

wysota
30th May 2011, 18:04
Since PuTTY is open-source, it might be easiest to just integrate it with your program into a single project on the source level.

ecanela
31st May 2011, 08:30
must try qputty,

http://qputty.sourceforge.net/download.html

i hope find this link useful