View Single Post
  #5  
Old January 28th, 2003, 10:45 AM
Mr Tea's Avatar
Mr Tea Mr Tea is offline
Registered User
 
Join Date: Sep 2002
Location: Wales
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Mr Tea is on a distinguished road
Adding to brianleahy's comment - AppleScript is indeed an easy way to run shell scripts, and you don't even need to save them as applications. Inside the Applications>AppleScript folder you'll find a little doohickey called ScriptMenu.menu which provides a dropdown menu in the system menu bar. You can run any compiled script from there by placing it in a 'Scripts' folder in your own Library folder or the top level Library folder on your startup disk.

For up to date info on including shell scripts in AppleScripts, check out Apple's recent TechNote TN2065 on this subject at http://developer.apple.com/technotes/tn2002/tn2065.html

Last edited by Mr Tea; January 28th, 2003 at 10:53 AM.
Reply With Quote