Airport scripting
Airport scripting
- Subject: Airport scripting
- From: Homer Clydean Stanford <email@hidden>
- Date: Sun, 22 Dec 2002 16:00:05 -0700
In MacOS 9 I was able to script the Airport to dial a any number:
tell application "AirPort Scripting"
set theNumber to "5555551212"
set theUsername to "user"
set thePassword to "pass"
dial phone number theNumber username theUsername password thePassword
quit
end tell
How do I do the same thing in MacOS 10.2.3 ? I Know that the Airport
scripting has moved to Internet Connect but I can't get anything work.
Homer
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.