I was just working on a new AppleScript program on my Mac, when I had to remember where to install my script so I could access it from the Mac menu bar.
After digging around real quick, I saw that I installed all of my original scripts in this Mac folder:
/Library/Scripts/AlsScripts
I think I did this so my scripts would appear near the top of the list of available AppleScript programs, as shown in the following figure:

Probably a better place to put these scripts is this folder on your Mac:
/Users/al/Library/Scripts
That's a folder you can write to more easily, and it's probably easier to access on a regular basis. The only drawback seems to be that your scripts go to the bottom of the list of AppleScript's on your system, as shown in the previous figure. That's where I put the two scripts named DoSomething.scpt and DoSomethingElse.scpt.
Post new comment