Dec 13, 2002 #1 try2222 Technical User Dec 10, 2002 8 US Hi all, Is it possible to make a telnet ksh script to authomatize some procedure on a remote machine???? Thanks id advance for your help. Ciao
Hi all, Is it possible to make a telnet ksh script to authomatize some procedure on a remote machine???? Thanks id advance for your help. Ciao
Dec 13, 2002 #2 mrregan MIS Nov 2, 1999 490 US Hi, Sure. You can use expect to build a telnet script. Easier still, use remsh (rsh) to run a remote script. Upvote 0 Downvote
Hi, Sure. You can use expect to build a telnet script. Easier still, use remsh (rsh) to run a remote script.