Let me preface this post by stating that I have never programmed in VB
before. That said...
I am working on a script that involves some telneting. From what I
could find, scripting isn't available for command line inputs to
Microsoft's telnet. So I found an alternative here:
http://www.freewarefiles.com/program_10_112_3879.html
It's a VB script that has its own telnet program that IS scriptable.
It comes with a Tel.vbs file which can be edited and run as a telnet
script. I can get everything to work great except for one feature I
want to add. By default, this script takes the IP address from
arguments in the shortcut properties (if you download and install this
program, you will see this in the Tel.vbs code). I want to program the
script to read a text file to obtain the IP address to which it will
connect.
Any suggestions?