Hello,
How do I unsubscribe this [EMAIL PROTECTED]
Thanks,
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
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
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
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
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
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