Hi, imt rying to invoke another script on another server, and i am approaching it this way:
telnet xx.xxx.xxx.xxx username password
run_script.ksh
does anyone know how to do this?
I want to write a script that telnets into another machine with username adn password, and then run a script that is on that machine.
thank you,
Brian
telnet xx.xxx.xxx.xxx username password
run_script.ksh
does anyone know how to do this?
I want to write a script that telnets into another machine with username adn password, and then run a script that is on that machine.
thank you,
Brian