LastLine said:
Just downloaded some applescript files, but have no idea how to start with them - can anyone offer a good tutorial for me to try and get started with?
Cheers
A number of ways.
If they are compiled executable scrips they will have a .app extension. Click on them like any application.
If they are scripts (.scpt extension), context click (rt click/ctrl click) and click open with Script Editor, or just click on them and the editor should open. Then save as File Format
Application or Application Buldle( if you don't know, then select Application), and unclick
Start Up Screen. Click on the new app and it should run. Some scripts are compiled as droplets, so it depends on what the script is supposed to do.
At least this is for basic Apple Scripts. If you have the developer tools installed, I beleive that you have access to the Apple Script Utility in addition to the Apple Script Editor. There are some beautiful uses of advanced Apple Script, like
ONYX, which as I understand it, is basicly an advanced version of AS (created with
Apple Script Studio). Somebody correct me if I am wrong.
Look here
Apple Script Basics- an online book with a sense of humor. It has links.
Apple's Apple Script Developer Site Portal
Warning, don't authenticate (provide password) access for the scripts if you are not sure of their source. Trojan scripts are easy to write, but I haven’t seen any. It would be easy to write a script that looked like a disk utility, but instead sent your password to somebody else, or one that after being authenticated copied your address book, or etc... Social engineering is still a hackers greatest exploit. (The odds of this are nearly zero. I have shifty eyed friends.)
AppleScript for Dummies