Newbie to Applescript
Newbie to Applescript
- Subject: Newbie to Applescript
- From: Vincent Pyle <email@hidden>
- Date: Thu, 12 Apr 2001 00:11:59 -0700
Hello, I would like to get some recommendations on which books to purchase
for Applescript. Also, I am tring to create a script that will allow me to
assign an F Key to launch an application called EnterNet 100, then connect
to the internet. After a connection has been established, I would like the
script then to launch Internet Explorer and Outlook Express. I have been
able to launch all of the applications, but can't get it to connect. Here
is a modified script that was created.
tell application "Finder"
activate
select file "EnterNet 100 alias"
open selection
set connect to true
end tell
Here is the dictionary for EnterNet 100
Connect: Attempt to start a PPP connection.
Connect
[Using Configuration string]
ConnectState: Returns current PPP connection state
ConnectState
Result: small integer -- 0 = not connected, 1 = connect or disconnect
in progress, 2 = connected
Disconnect: Terminate any current PPP connection.
Disconnect