Tag Archives: applescript

Updated: IM Status Applescript

I previously published an Applescript I use to immediately update Adium, Skype, iChat status messages. I’ve recently changed it to allow more than three options (a limitation in the Applescript Display Dialog method). Find a copy below:

IM Status Applescript for iChat Adium and Skype

I use iChat, Adium and Skype all at the same time. I was looking for a quick way to change the status of all three of them with one fell swoop. Looking at what other people had written I came across a good example at Jason Kenison’s blog. He had implemented a method whereby you

An AppleScript to sync creation and modification dates

After I read this macosxhints.com post, I decided to have a go at something slightly different. The orginal hint showed how to set up an AppleScript droplet to modify the creation date of a file. But what if you want to sync the modified date and Creation dates instead? This script has been created to