|
|
Question : Script to grab specific information from hyperterminal
|
|
I am using Windows Hyperterminal to test and creat capture text files on different network devices (Cisco) Is there any scipt or possible way to grab certain commands from hyperterminal (show version, show interfaces,etc..) and import the results into a database (Access) to generate a 1-2 page report, rather than 15 pages worth of information.
|
Answer : Script to grab specific information from hyperterminal
|
|
use
telnet -f filename.txt address.of.router
copy filename.txt to your access database
tada
|
|
|
|