I'm trying to follow the instructions here, but its really unclear. Can you explain what the numbers and colons mean in your Filename instructions? Maybe that would help. How is the program seeing my old naming convention?
Mary0809_jr{seqn}
Is it seeing 5 different elements (name, number, underscore, initials, sequence) or is something else happening?
I am trying to understand why you have a "0,4" or a "-5" after the Filename command. What do these numbers represent?
Variable Substring Extraction is explained in more detail in the manual, so you may want to look it up. In the example I gave you, PM isn't 'seeing' your old naming scheme. I have PM using the current name of any selected files by using {filenamebase} (the base filename without the extension, eg. JPEG) and I am using the extraction syntax to pull out the 'Mary' part, and the 'jr0001' part. So in my example:
{filenamebase:0,4}{year4}{month0}{filenamebase:-5}
The first part extracts the first four characters of the current filename (0,4). The second part generates a four digit year. The third part generates a two digit month. The last part extracts the last five characters of the current filename (-5) assuming that your sequence number you previously used always consisted of three digits, like 001, 002, etc.
HTH,
-Kirk
P.S. The current 4.6.x manual is available for download from the Announcements section of these forums.