Miles
Miles

Reputation: 143

How do I mark myself as Online in Skype with AppleScript?

I just need an AppleScript to mark me as Online in Skype automatically. Any suggestions? Thanks.

Upvotes: 0

Views: 966

Answers (1)

fireshadow52
fireshadow52

Reputation: 6516

This should do it.

tell application "Skype" to send command "SET USERSTATUS ONLINE"

I know you are new to this site, so I will offer a bit of friendly advice. Generally, when you ask a question here, we want to know that you've actually put forth some effort into your resolving your problem. Sometimes this can include what is known as an SSCCE. You might also want to venture over to the FAQ for more tips on asking good questions.

Happy coding! :)

Upvotes: 3

Related Questions