Generally you open "Applescript Editor" and then put the text into the edit box, and hit run.
This will "compile" and run the script. Then you can quit once you don't get errors. There are actually a few ways to save the script, but if you want to be able to edit it again, you want to leave the default type of .scpt which has If you save the script in ~/Library/Scripts/ or perhaps a subdirectory of that directory. Best wishes, Jonathan Jonathan C. Cohn [email protected] On May 5, 2012, at 3:30 PM, Mark BurningHawk Baxter wrote: > I'm unfamiliar with the steps involved in writing and running a script. > However, if I could link this script to a Keyboard Commander shortcut, that > would be perfect. > > I'm assuming I write a file with such commands as > tell application "mail" to open > > and then place that file somewhere, or change its permissions such that it > executes instead of opens to an editor? I'm intrigued; thanks. > > > • Mark BurningHawk Baxter > • AIM, Skype and Twitter: BurningHawk1969 > • MSN: [email protected] > • My home page: > • http://MarkBurningHawk.net/ > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macvisionaries?hl=en. > -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
