Keystrokes in a batch file?

I'm trying to telnet into a router and then, based on the menu, have the batch file select specific choices to reboot the router.
 
I would do some searching for telnet scripts. I know that can be automated, not sure if a batch file will do, out of my area of experience.

Bump.
 
You might be able to pull it off from a batch file but it would be MUCH easier in PERL using NET::TELNET
 
Back
Top