Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Rob's right' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Rob's right
Authored by: jecwobble on May 22, '03 12:10:02PM
Here's what I have in iKey:
tell application "Internet Connect"
   set configName to "Internal Modem"
   set currentStatus to status of configuration configName
   if state of currentStatus is 0 then
      connect configuration "Internal Modem"
      tell application "Safari"
         activate
      end tell
      tell application "Mail"
         activate
      end tell
   else
      if state of currentStatus is 4 then disconnect configuration configName
   end if
   quit
end tell


[ Reply to This | # ]