Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 676 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 676 Bytes

AppleScript Utilities

Table Of Contents

How to make "*.applescript" files into executables

  1. Open the Script Editor Mac OS application.
  2. Open the desired .applescript file.
  3. Compile and execute the script once to verify functionality.
  4. Duplicate the file.
  5. Save the duplicate file by pressing Cmd+s. Set the file format to Application.
  6. The Application file is an executable, so double-clicking on it should suffice.