Actually you can just set a key to hang up skype. I've done it and it works about 95 percent of the time. Sarah Alawami MSN: [email protected] aim: [email protected]:
website: http://music.marrie.org youtube: http://youtube.com/marrie125 Podcast: http://marrie.podbean.com On Aug 24, 2010, at 11:03 AM, louie wrote: > Hi all, > Below is a apple script to hang up a skype call. > I am working on a apple script to answer skype calls. > > -- Apple script to hang up a skype call. > -- Author > -- Richard L. Most better known as Louie > -- e-mail > -- [email protected] > -- Thanks to Greg Kearney for code so I can do creative plagiarism. > > tell application "Skype" to activate > tell application "System Events" > tell process "Skype" > click menu item "Hang Up" of menu 1 of menu bar item "Call" of menu bar 1 > end tell > end tell > tell application "Skype" to quit > > > louie > [email protected] > > > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macvisionaries?hl=en. > -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
