If you need more intricate control of the remote system's appliance, consider Expect (Windows version here). It has long been one of the better tools for automating an interaction with a remote (or local) session.
Expect, in it's native form, is essentially TCL. If you are more familiar with other languages, there are packages that supply it for them: Java (ExpectJ); Python (pexpect); Perl (Expect.pm).
(A quick Google search did not result in any apparent Expect packages for VBScript; of course, "expect" is a rather generic term, so it makes it tougher to find.)
Main Topics
Browse All Topics





by: Shift-3Posted on 2009-04-23 at 11:02:10ID: 24217931
You can use Plink, a command-line tool which comes with PuTTY, to automate Telnet sessions.