LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   writing gui wrappers for command line tools (https://www.linuxquestions.org/questions/programming-9/writing-gui-wrappers-for-command-line-tools-276015/)

Genjix 01-10-2005 05:37 AM

writing gui wrappers for command line tools
 
say for instance i wanted to write a gui for something like telnet. Would I write to stdin, after calling exec on telnet?

Thanks

darklogik_org 01-10-2005 05:56 AM

http://www.ecst.csuchico.edu/~beej/guide/ipc/

Specifically, look at fork() and pipes.

bigearsbilly 01-10-2005 09:25 AM

or, you could use tcl/TK and expect.
which is a combination purpose - built for such things.


All times are GMT -5. The time now is 03:09 AM.