Frank M. Ramaekers wrote: > I need to write a script that will contact a remote system using TELNET > with VT52/1xx/2xx/320 and perform some operations. I am familiar with > TELNET but it appears that it won't work for my purposes. Check out expect. I had to do this with some data radios as of late, and it worked out pretty well. <http://linux.die.net/man/1/expect> Regards, Max