(* $Id: dial-in.scpt,v 1.1 2006/06/03 19:35:01 jmates Exp $ The author disclaims all copyrights and releases this script into the public domain. Connect to Internet via named Internet Connect configuration. Point a QuickSilver trigger keystroke at this script for quick access. *) on run tell application "Internet Connect" activate set CurState to state of status of configuration "pccard-serial" if CurState is 0 then connect configuration "pccard-serial" end if end tell (* tell application "VPNClient" activate end tell *) end run