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

Grahf

macrumors newbie
Original poster
Jun 26, 2009
3
0
I'm not very savy in programming, but its a relatively short code so hopefully someone can help me out. Anyways:

Code:
rename sonny-2.swf sonny-2-ver-2-2.swf
rename sonny-2-ver-1-1.swf sonny-2.swf

Code:
rename sonny-2.swf sonny-2-ver-1-1.swf
rename sonny-2-ver-2-2.swf sonny-2.swf
 
you can find an example of what you need directy in the AppleScript's Examples Script folder in your Applications/AppleScript/Example Scripts/Finder Scripts directory.
 
I apparently missed the last word of the title on this thread. The mv command I gave is for the command line, but can be used in AppleScript as well doing like so,
Code:
do shell script "mv old.name new.name"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.