Need VB script for telnet application

J

John M. Lembo

I am trying to telnet into a Unix server from within an Excel application
using VBA. I can create a DOS batch file that calls telnet, but I can't get
any of the other commands to work such as logging on, password, Unix
commands, etc. I'm wondering if I can create a VB script to do this. Does
anyone have a potential solution?

--


--

Regards,

John M. Lembo
Phone: (585) 594-1753
Fax: (585) 594-4028
Email: (e-mail address removed)
 
J

Jeffrey Marcellus

John, there is a function called SendKeys() that you can look into. You need
to know pids and such, which means shelling everything out of Excel. I've
never managed to get it working correctly, but that doesn't mean much...
There should be examples of it's use out there somewhere.
Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top