Now that you've mastered the tell command, it's time to introduce some of the other AppleScript commands that you may encounter. Location command; This command will allow you to open a specific location (either on your Mac or on a web server).
www.tuaw.com/2007/12/29/applescript-finder-commands/ www.tuaw.com/2007/12/29/applescript-finder-commands/
AppleScript - Wikipedia, the free encyclopedia
AppleScript is a scripting language devised by Apple Inc., and built into Mac OS. More generally, "AppleScript" is the word used to designate the Mac OS scripting interface, which is meant to operate...
en.wikipedia.org/wiki/AppleScript
When writing a script, it’s often helpful to read a program’s dictionary (its list of commands, which you open with File –> Open Dictionary). That way, you can check which AppleScript commands a program accepts, and thus write scripts that perform whatever actions you want them to.
www.macdevcenter.com/pub/a/mac/2005/02/01/applscrpt_mm.... www.macdevcenter.com/pub/a/mac/2005/02/01/applscrpt_mm.html
If a script has multiple commands, each command must be on a separate line for Script Editor to understand it correctly. ... These are certainly not the most useful AppleScript commands, but they'll give a taste of what AppleScript can do.
www.macinstruct.com/node/68
[Archive] Applescript commands OS X Developer ... Is there anyplace on the web that I can get a fairly comprehensive list of Applescript commands? Applescript Help is just an infinite loop of irrelevant information. I don't want long expanations, I just want to know what is available.
forums.macosxhints.com/archive/index.php/t-33094.html
This article lists AppleScript commands that Internet Explorer 2.0 for Macintosh supports. ... AppleScript is a product of Apple Computer, Inc. Microsoft cannot troubleshoot AppleScript or assist in the creation of scripts. For further assistance, please consult your AppleScript documentation or contact Apple Computer.
support.microsoft.com/kb/150590
80 new AppleScripting commands ... I was looking for this for 6 months. I never knew it existed. NEEDS MORE PRESS! It solved so many of my Applescript problems. Amazing suite. Keep updating please...Spread the word...this suite rocks.
www.versiontracker.com/dyn/moreinfo/macosx/16666
System Binary Distributions CVS/rsync Source Distributions ... Description: Perl module to execute applescript commands (0.04-3) ... Package mac-applescript-pm581-0.04-3...
www.finkproject.org/pdb/package.php/mac-applescript-pm5... www.finkproject.org/pdb/package.php/mac-applescript-pm581
This chapter describes the commands available to perform actions in AppleScript scripts. For information on how commands work, see “Commands Overview.” ... Table 7-1 lists each command according to the suite (or related group) of commands to which it belongs and provides a brief description. ... Table 7-1 AppleScript commands...
developer.apple.com/documentation/AppleScript/Conceptua... developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptLangGuide/reference/ASLR_cmds.html
AppleScript is a programming language that is relatively easy to understand and interpret due to its likeness to English. The commands and lines are written in a syntax similar to English. This allows users to accurately guess code when needed.
en.wikibooks.org/wiki/Programming:Applescript/Basic_com... en.wikibooks.org/wiki/Programming:Applescript/Basic_commands