Skip to content

Instantly share code, notes, and snippets.

@arnklint
Created April 5, 2010 11:29
Show Gist options
  • Save arnklint/356258 to your computer and use it in GitHub Desktop.
Save arnklint/356258 to your computer and use it in GitHub Desktop.
tell application "System Events"
if exists process "Skype" then
tell application "Skype"
send command "SET USERSTATUS ONLINE" script name "AppleScript status setter"
end tell
end if
end tell
-- "MODES": ONLINE, DND, AWAY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment