Using telnet command batch file to access router status

rajujayaraman

Newbie
Messages
336
Location
NA
ISP
bsnl
Hi, i could log in to router using telnet commands.
The commands i use are
telnet x.x.x.x
screen closes to alert user id and pw
i supply those manually
the prompt changes to dollar sign
issue command show status
i get the status, a very useful.
i do not know the coding to save as batch file to execute in task scheduler
Would be useful if any one supply the codes as a cmd batch file
@echo on
telnet x.x.x.x
it asks for user id and pw
i want it to auto fill up with entries in the same batch file
experts , expecting quick reply
 
expecting code help from experts or admin
I wish to point out that those coammands in the previous post are to be issued once you open the command prompt as administrator
there may be programmers who know advanced language.
as i want a batch file to execute, i want the program in cmd batch file format
 

Top