Next Page > Hide TOC

Introduction to AppleScript Overview

Contents:

Who Should Read This Document
Organization of This Document
See Also


AppleScript Overview provides a high-level overview of AppleScript and its related technologies to help you determine where you can use them in your work.

Note: For information on the universe of scripting technologies available on Mac OS X, see Getting Started With Scripting & Automation.

AppleScript is a scripting language that makes possible direct control of scriptable applications and of many parts of the Mac OS. A scriptable application is one that makes its operations and data available in response to AppleScript messages, called Apple events.

With scriptable applications, users can write scripts to automate operations, while developers can use AppleScript as an aid to rapid prototyping and automated testing. Developers can also use technologies including Apple events, AppleScript, Automator, and Scripting Bridge, to take advantage of services provided by other applications and by the Mac OS.

AppleScript and Apple events are based on the Open Scripting Architecture, which is implemented by several Mac OS X frameworks. Apple provides a number of additional applications and technologies that enhance AppleScript or take advantage of its features.

Who Should Read This Document

You should read AppleScript Overview to get a broad understanding of AppleScript and related automation technologies, and to determine where they fit into your development process.

This document may also be of interest if you write AppleScript scripts and would like to know more about the technology behind them.

AppleScript Overview is intended for a general developer audience, but experience with some kind of scripting language is helpful. If you are starting from scratch, see Getting Started with AppleScript.

Organization of This Document

This document contains the following:

See Also

You can find additional introductory information on AppleScript and related technologies in Getting Started with AppleScript.

There are also links to related documentation throughout AppleScript Overview.



Next Page > Hide TOC


© 2002, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-10-31)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.