I'm trying to invoke telnet from a korn shell scriptand run a command on a remote host. But it gets out of the korn shell script and prompt me for login and password.
Can somebody provide me the code that will log me in without prompting for login and password and execute a command on the host machine.
Can somebody provide me the code that will log me in without prompting for login and password and execute a command on the host machine.