Batch file renaming: What software do you suggest?

CZroe

Lifer
Jun 24, 2001
24,195
857
126
I have thousands of files with dates in them that I would like to rename so that they sort well when sorted by file name. For example, "11-02-10 grave.doc" should be "2010-11-02_grave.doc"

I could try to conjure up my old command line/BAT file skills but I'm sure there's a good program many people use for this. Basically, I need to parse every file in the directory, replace "-10 " in every filename with "_", and prefix all file names with "2010-". Well, the naming wasn't consistent, so some single-digit months/days will need an appended 0 and the suffix will need some attention (grave, Grave, graves, graveyard...), but that should all be easy enough with a goot batch renaming program.

So, what do you guys suggest?
 

Aluvus

Platinum Member
Apr 27, 2006
2,913
1
0
I've had good luck with RenameMaster, though I'm not sure off hand that it could solve your problem.
 

CZroe

Lifer
Jun 24, 2001
24,195
857
126
Thanks for the help guys. These apps really made quick work of the task.


It seems to have problems with Vista. I got a couple good runs and got a lot accomplished but then it wouldn't work anymore. :( Thanks though.

I've had good luck with RenameMaster, though I'm not sure off hand that it could solve your problem.

Well, in that case, I'd have to question it's usefulness considering how simple the task I need really is, but thanks.

metamorphose.

http://downloads.sourceforge.net/file-folder-ren/metamorphose2_0.8.1_setup.exe

i use this on every build i make. it's in my bag of absolutely necessary programs.

It worked great! I like how it pointed out name conflicts before processing. Thanks.