Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
telnet batch file
Name: buck1 Date: November 14, 2003 at 12:07:04 Pacific OS: windows xp proffesional b CPU/Ram: 256mb
Comment:
hello, im trying to make a batch file (.bat) (done already) to connect to telnet (done this to) but it doesnt put in the password or user name properly or at all to be infact! how would i make it do this? good luck!! not even google helped me here danny buck
Name: Kill Roy Date: November 21, 2003 at 08:07:47 Pacific
Reply:
It sounds like you are looking for something like expect for DOS. If you are run cmd windows in NT/2000/XP you might try this http://bmrc.berkeley.edu/people/chaffee/expectnt.html This is an expect version that runs un NT based platforms.
The official website for expect is http://expect.nist.gov
Here is a pricey alternitive for automating things in Windows. http://www.unisyn.com/automate It is by far the best automation tool for windows I have ever come accross.
Summary: How can I telnet/ftp to a UNIX machine using a batch file in DOS. I need to mention the user id & password for UNIX in my batch file itself. Can anyone help me??...
Summary: Does anybody know how I can open telnet session, insert the password, send commands to this session, and in one Dos batch file, or if someone has a better idea. ...
Summary: Thanks for all the responses, I got it working, and since the batch file is going to reside as the startup menu for a telnet server, there is no need to distribute it, so I used the choice.com file. T...