I am trying to rename a TON of pictures by their folder name, with numbers after them.
I have been using Thumbs to do this, but it's quite tedious. I have over 200 folders, and I have to do each one by hand.
I want to use MC to do this, but can't figure out how.
i have written an advanced expression using the Mid() command, since they are all in the same subdirectory, and I can start at the right spot and show all the rest of the filename. This method, however gives me the folder info I want, but also includes the filename. All of the filenames are of different lengths, so i can't bulk exclude by that.
Is there any way to use the Mid() to get the beginning of the folder info, but use the [Name] field to remove the name info at the end?
The Expression might look something like this...
=(Mid([Filename], 45, -1)-[Name])
or maybe using the Clean() function?
any ideas?
Thanks!!!!!