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.
