• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Newbie to Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Storing Script Snippets - Follow-up with Enhancement
  • Next by Date: Re: Scripting dropping a file onto a droplet
  • Previous by thread: Re: Storing Script Snippets - Follow-up with Enhancement
  • Next by thread: Re: Newbie to Applescript
  • Index(es):
    • Date
    • Thread