Telnet sessions with parameters

  • Thread starter Thread starter FRivas
  • Start date Start date
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.
 
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
 
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
 
Back
Top