BetterTelnet
BetterTelnet
- Subject: BetterTelnet
- From: Chuck Ferrell <email@hidden>
- Date: Fri, 2 Feb 2001 16:37:28 -0500
- Organization: WTAJ TV 10
I'm trying to write a script that will launch a Remote Access connection and then after connection launch BetterTelnet and log-into a site.
The Remote Access section works fine but I'm having trouble with this:
tell application "Finder"
activate
select file "BetterTelnet Fat"
open selection
connect "<Default>"
host "170.20.40.202"
title "WCBS"
waiting "yes"
end tell
When I run the above I get "Expected end of line, etc. but found "."
After the waiting I'll continue with the "wait for text" in the dictionary to script the log-in unless someone has a better idea.