I'm wondering if it is possible to use VB Script to script a telnet session? I want to telnet a router and send it some commands. Thanks, Eric
Sent via Deja.com http://www.*-*-*.com/ Before you buy.
Sun, 25 May 2003 12:14:28 GMT
Matt Dragonfly Drur #2 / 5
Telnet using VB Script
It sure is. Visit www.dimac.net and check out the free w3 Sockets component. The documentation is a bit sparse (it's unclear as to what types of terminals it can emulate, for example) but it does work in VBS.
Sun, 25 May 2003 03:00:00 GMT
eajo.. #3 / 5
Telnet using VB Script
Thanks Matt, I was wondering if you had any sample code that I could look at that deals with Telnet? And thanks again for the tip, I've just downloaded the W3 Scokets... Eric
Sent via Deja.com http://www.deja.com/ Before you buy.
Sun, 25 May 2003 03:00:00 GMT
eric.jo.. #4 / 5
Telnet using VB Script
Thanks Matt, I was wondering if you had any sample code that I could look at that deals with Telnet? And thanks again for the tip, I've just downloaded the W3 Scokets... Eric
Sent via Deja.com http://www.deja.com/ Before you buy.
Sun, 25 May 2003 03:00:00 GMT
Matt Dragonfly Drur #5 / 5
Telnet using VB Script
The reference available from the dimac website is pretty easy to work with, though I'd like to see more explanations of certain features.