newbie - dialing the modem

Any way to use applescript to dial the modem? Trying to set up a pagesentry alert to my phone under os X.

Thanks!

Copy and paste the script below into the cript Editor application…

tell application "Script Editor" to open alias ":Applications:Internet Connect.app:"

That will open the scripting dictionary for the Internet Connect application. See, in particular, the info about “connect: Initiates an Internet connection”.

Hope that helps.

Thanks…I completely forgot that internet connect might be scriptable and that got me right to where I needed to be. :smiley: