Press any key to continue. when logging in
Is there a way to get passed a press any key at login screen.
++++++UNAUTHORIZED ACCESS IS PROHIBITED++++++
Press any key to continue.
These are 1900's running old cisco os. Once I get passed this screen I am then sent to an option screen:
User Interface Menu
[M] Menus
[K] Command Line
Enter Selection:
With my current script I'm trying the following:
##To get to the UIM screen
$session->cmd("\r");
##So I will know it is a device running old os
print "\n" . $session->last_prompt . "\n";
Any help??!!