non computer GURU's INSTALL telnet under Perl.
Go to DOS and type .
perl -MCPAN -e shell;
then at the command lilne type
install Net::Telnet::Cisco
you will see about 500 lines then ask you to do some things just keep hitting enter for default.
then you will have telnet installed under perl.
|