Finds and replaces a substring with a different substring, both in a file and its filename while retaining the file extension.
Preferably does the above for all the files in a folder. In other words, you place the files to be processed into a folder. You then run the tool giving it both the find substring and the replace substring whereupon it processes all the files in that folder.
Thanks for the thought but I need something to alter the internals of the files as well as the file names. I use AntRenamer for renaming files. I have both the standard edition and the portable version (from Portable Apps)
Haven’t tried it recently, but I’m pretty sure it changes both the filenames and contents in batch without checking that the files are actually models.
Otherwise a two-pass solution is Command Prompt for the filenames and Notepad++ for the contents.
Actually, @Proleric’s suggestion seems to work. As long as it is a plain text file Model Renamer seems to do what I want. I have a few more tests to do, but if it passes those I’ll mark this as solved.