This thread would be better put
here in programming.
First two places to go:
Here, it shows how powerful Apple Script can be. and
A good Apple Script site.
ApplicationHD->Applications->Apple Script->Apple Script Editor
I have only writen scripts that automate repetative tasks, i.e. using QuickTime Pro to convert media of one sort to another. I also had a script that launched a bunch of applications while a full screen movie (really a title sequence) showed on the scree. I used to use that script instead of the standard startup items. This way a cool title screen and sound opend my computer and I didn't see all my applications launch in the forground.
bluemonkey said:
I can understand when a script has been written to work with a certain program like InDesign or Quark or PS, but when somebody writes a script for download that does something like encrypt/decrypt text or something like that, what program do you run it in? Do you use script editor? Do you use the program in which the text is written?
If you have found a script that does this (encrypt/decrypt), contact the author or read the comments inside the script. Heck post it. You know what application it is running by looking at the
tell application command, you should know what application is being controlled. Though I would guess that it might be able to use the algorythms that OSX has built in.
PGP is now scriptable.
Apple script is able to do all sorts of things beyond just zinging other applications. It is nearly a VHLL (very high level language), and argublely is. Machine Language is a LLL (low level language), programers have to move individual bits across mantistas etc. . Higher level languages are more abstract and generaly have more user relatable syntax. Apple script can pull from the OS and do all sorts of functions. A person could create a word processor or even a calculator, though why I do not know. Apple Script is really cool, though I opted to learn
DreamCard because it is a little more user friendly.