home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Example Scripts / Example Scripts (as text) / Finder Scripts / ResEdit Me! < prev    next >
Encoding:
Text File  |  1992-12-02  |  181 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "Finder"
  2.     Open the selection using application "ResEdit" of desktop
  3.     on error
  4.         display dialog "To use, place a copy of ResEdit on the desktop"
  5.     end error
  6. end tell
  7.