BAT for telnet access passing user and password

0

Good afternoon! I need to create a bat that accesses a device via telnet, to automate a backup. I am not able, when calling telnet, that the user and password are already recognized. It just opens the telnet prompt and prompts me to login. I'm trying this way:

telnet 10.0.50.1 local-user = mardencmt password = admin ECHO% local-user% ECHO% password%

    
asked by anonymous 10.08.2015 / 20:41

0 answers