Batch renaming files and extensions?

Can someone tell me how I can do this? I have never used terminal or automator before, so I'm not sure how to go about it.

Thanks for any help.

Mac Mini, iBook G4, iPad, Mac OS X (10.6.4), Mac Mini: 2.53GHz Late 2009

Posted on Jul 20, 2010 2:51 PM

Reply
2 replies

Jul 20, 2010 3:03 PM in response to kkeith

There are utilities out there that do batch renaming. Try searching VersionTracker.com and MacUpdate.com

Next is a question of what you want to rename, and what you want to rename it to. That affects the code.

If you are going the Unix shell scripting route, you have to be careful about spaces in names, as Unix commands are parse on white space boundaries, and so a file name with a space in it may look like 2 files, neither of which exsits. So quotes are needed to prevent that.

Automator and Applescript are uses to spaces in filenames, you just have to master their usage. There are actual forums for Applescript
<http://discussions.apple.com/forum.jspa?forumID=724>
and Automator
<http://discussions.apple.com/forum.jspa?forumID=1261>,
which might be more helpful.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Batch renaming files and extensions?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.