MacOS X Launcher
This feature allows you to run AppleScripts, or open any document or folder on your system. This is almost equivalent to a user manually clicking on the document icon to launch or open the document. You can also open a folder listing by entering the folder path.
Directory
Enter the full path to the directory where your file resides, or use
the browse button.
Name
Enter the full filename with extension
AppleScript Example : Run the 'CNN.scpt' which launches www.cnn.com
in your default browser.
Directory = /Applications/AppleScript/Example Scripts/URLs
Name = CNN.scpt
Application Example : This will launch the Stickies application
Directory = /Applications
Name = Stickies.app
Folder Example : This will open the Applications folder
Directory = /Applications
Name = /Applications