MacOS X Launcher

This feature allows you to run AppleScripts, or open a document, or a folder on your system.  This is equivalent to a user manually clicking on the document icon, to 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.

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