How Do I unsubscribe

2000-09-05 Thread JM
Hello,   How do I unsubscribe this [EMAIL PROTECTED]   Thanks,    

GUI needs to be disappear

2000-06-06 Thread JM
Hello, I would like to write a C/Motif grogram that pops up with texts inside the GUI, and It will self destructive after 10 minutes. I know how to write the popup GUI, but I do not know how to make it disappear in 10 or 20 minutes. Thanks in advance,   John

Re: Telnet program. It really works!!!!!

2000-05-06 Thread JM
Matt, Thank you very much for your help. I coded according to your pseudo-code and it really works!!! I still have one last question, though. The output of the telnet pipes back to parent which has a c/r (ASCII carriage return) appended at the end of everyline in my Text widget window. I am usi

Re: Telnet program

2000-05-03 Thread JM
th a bare TCP > stream usually, but you have to ignore the extra garbage) then you'll > have to dig up the protocol specs. > > So, what are you really after? It might help if you explain why you need > to use telnet in the first place. I suspect this would probably be > e

Telnet program

2000-05-02 Thread JM
Hi,   My project is to write a C-Program that telnets into a remote machine (using fork and pipe). The parent process does all the inputs such as login, passwd, execute shell scripts ... and also receive outputs from the child. Awhile back, someone sent me an example of two way pipe that cr

Fork and Pipe

2000-03-21 Thread JM
Hi,   I must write a program in C to automate a telnet login to a remote system, execute some tests and pipe the output back to parent. Does anyone know how to setup a two-way pipe between parent and child processes in a C program that both can send and receive signals??   Thanks   John

Process is already running.

1999-11-10 Thread JM
Hello,   1) Do you know this error "Process is already running"??.  I have a script in one Unix box that is executed via remsh from 4 other Unix boxes. Once in a while, I get that error message.   2) I want to ftp a large file from one Unix machine to another Unix machine via 100BT Lan. Ho