Automation #2 – Difference Between AppleScript and Automator
July 9th, 2009AppleScript is the scripting language Apple designed for end-users and is build into Mac operating system. AppleScript has been around for a long time, since System 7 in 1993. AppleScript looks a lot like natural language, and you can use it to control applications, script user interface elements, access and modify application documents, pass data between different applications and access operating systems resources.
For example, you can use AppleScript to create a workflow that automate the export of photos in iPhoto, reduce its size, rename the photos and FTP upload to web gallery. With the latest version of AppleScript in Mac OS X 10.5, you can create a complete Cocoa GUI application using AppleScript.
We are starting a new automation series where we post tutorials and tips on automating repetitive tasks and batch processing on the Mac. We will cover topics on Automator, AppleScript, Bash scripting and Ruby/Python programming. We give a brief overview to these tools and languages in the first post of the series.
