hi!
i am sorry for not posting the complete problem......
i need to create a gtk apllication to send data to a simputer....
i used to send data to simputer using minicom -o,change to the dir where files has to be copied and press ctrl+a+s.....
how do i do the same through programming.....
system("/usr/bin/minicom -o");
invokes minicom, but how do i execute further commands like changing dir and copinf files through program?
regards,
sudha
|