|
|
#1 |
|
HELP Applescript for telnet
Hello everyone.
I would like to know correct script for telnet connection. Below script is one I made. But it is not working. Especially I don't know what I should use keyword or command on red part. Code:
launch "iTerm" tell application "iTerm" activate set myterm to (make new terminal) tell myterm launch session "Default Session" tell the last session write text "telnet 192.168.2.3 2001" write text "enable" write text "password" write text "reload" if output = "System configuration has been modified. Save? [yes/no]:" then write text "n" else if output = "Proceed with reload? [confirm]" then write text "y" end if end tell end tell end tell Thank you for your attention. Last edited by OllyW; Dec 26, 2012 at 12:45 PM. Reason: Please use code tags |
|
|
|
0
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 09:14 AM.







Threaded Mode