I am using Net::Telnet to communicate to remote machine. Now after i login to remote machine using Net::Telnet's login method how can i get the prompt that is present?
After we login using telent we get a prompt "C:\Document and Setting\<user>\>". How can i get this or what ever other prompt that is opened?