Hello,
I am trying to script internet connect app in osX, unfortunately it does nothing.
Here is the script :
-- get user and password with dialog
tell application "Internet Connect"
activate
connect "Internal Modem" to telephone number 4293216 as user "user_string" with password "pass_string"
end tell
The app launches but none of the fields are filled in.
I also need to make a new location, choose modem, and fill in required fields in the network system preference. How is the done through applescript? Any hints or pointers to examples would be appreciated.
thanks,
Jot