Telnet sessions with parameters

F

FRivas

Hi!

i'd like to know if there's some form of made a telnet
session with parameters sending from a parameter file or
something like that. I need to connect to a telnet session
write the user and password and then press "2" in order to
run a process from the server.

I'd like to know if there is something that i can do to
automatize this process.

Regards.
 
T

Torgeir Bakken (MVP)

FRivas said:
i'd like to know if there's some form of made a telnet
session with parameters sending from a parameter file or
something like that. I need to connect to a telnet session
write the user and password and then press "2" in order to
run a process from the server.

I'd like to know if there is something that i can do to
automatize this process.

Hi

http://groups.google.com/groups?selm=uPa#Ut9WCHA.2452@tkmsftngp09


VBScript: All messages from thread "Telnet from WSH - AND IT'S ABOUT FLIPPIN'
TIME!!!!!"
http://groups.google.com/groups?th=f46671143f20f68f
 
M

Matthias Tacke

FRivas said:
Hi!

i'd like to know if there's some form of made a telnet
session with parameters sending from a parameter file or
something like that. I need to connect to a telnet session
write the user and password and then press "2" in order to
run a process from the server.

I'd like to know if there is something that i can do to
automatize this process.
Try another program.
puTTy might fit your needs. At least user/pw is possible. It also has
SSL included. http://www.chiark.greenend.org.uk/~sgtatham/putty/
In combination with Plink it is scriptable see in the help file
Section 7.2.2: Using Plink for automated connections
Section 7.3: Using Plink in batch files and scripts

hth
 

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