Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

HexMonkey

Administrator emeritus
Feb 5, 2004
2,240
504
New Zealand
You can bypass Terminal altogether:

Code:
do shell script "cp ~/Documents/Stuff/.VolumeIcon.icns /volumes/\"Back Up\"/"
do shell script "killall Finder"
 

ATG

macrumors regular
Aug 7, 2005
187
0
AppleScript is not even close to coding. Its really not bad and uses mostly english. Its hard to get used to it at all.
It's actually not so bad once you get used to it. I'm in the process of adding scripting to my Cocoa app and obviously I had to learn AppleScript first.

But it's easy for me as a prior programmer. I do remember trying to learn it many years ago before I had even heard of C and it's lack of structure was really infuriating.

It's great for making small apps though if you don't want to go through the trouble of creating a whole Cocoa app.

[/OFFTOPIC]
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.