Re: Telnet Scripting?
- From: simsjr <simsjr@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 5 Jul 2005 15:30:02 -0700
Ok, so you're saying that I can simply send text strings to port 23 for the
same effect? Like I could send the login information and commands at timed
intervals, followed by carriage returns ('Enter' key)? If so, that's great.
But can I use vbscript, jscript, or vba to do this?
As an aside, do you know wether or not telnet.exe is even scriptable to
begin with?
"Steve Alpert" wrote:
> simsjr wrote:
> > Hello,
> >
> > I need a way to automate the Windows version of telnet to log into a Unix
> > server, send a couple of text commands, and exit. Simple.
> >
> > Can Windows telnet be scripted to do this? I can't seem to find a solid
> > "Yes" or "No" answer to this problem.
> >
> > Oh, and the ground rules are that I can't install a third party terminal or
> > use any functionality that Windows or Microsoft does not provide. So, native
> > tools only.
> >
> > Thanks!
>
> If you ignore telnet negotiation for terminal type, etc, the solution would be a
> simple tcp/ip app that opens a connection to port 23 on the server, sends the
> appropriate text, maybe waits for some reply and logs off. Not a big deal
> really for a one-off.
>
> btw, you might try posting in .networks NG!
>
> /steveA
>
> --
> Steve Alpert
> my email Fgrir_Nycreg @ vqk.pbz is encrypted with ROT13 (www.rot13.org) and spaces
>
>
.
- Follow-Ups:
- Re: Telnet Scripting?
- From: Steve Alpert
- Re: Telnet Scripting?
- References:
- Telnet Scripting?
- From: simsjr
- Re: Telnet Scripting?
- From: Steve Alpert
- Telnet Scripting?
- Prev by Date: Re: Telnet Scripting?
- Next by Date: Re: Component Efficiency
- Previous by thread: Re: Telnet Scripting?
- Next by thread: Re: Telnet Scripting?
- Index(es):
Relevant Pages
|