< AppleScript Programming < Advanced Code List

To use the tell command to send an application a message using AppleScript, use the following as an example:

tell application "Finder"
    empty the trash 
end tell

the first line is which application you are giving the command to the second line is the command and the third line closes it up for more information click file and open dictionary in the applescript editor in the utilities folder

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.