Airport & Internet Connect under OS X
Airport & Internet Connect under OS X
- Subject: Airport & Internet Connect under OS X
- From: Peter Boctor <email@hidden>
- Date: Wed, 2 Jan 2002 10:59:05 -0800
I'd like to automate the process of connecting to an Airport network.
Currently from the Airport menu on the toolbar I select "Other..."
and I enter a user name and password.
It looks like this should be possible using Internet Connect. But I
can't get it to work. The following fails:
tell application "Internet Connect"
launch
tell AirPort configuration 1
connect as user "user name" with password "the password"
end tell
end tell
Anybody try this?
-peter