A little help with Batch Rename please
Posted: 12 Jan 2007 11:17
A little help with Batch Rename please.
Two files: (both alike in dignity)
I select them both, SHIFT+F2 and use this rule FileName Prefix, *. Which gives me the following result
When I was expecting:
So what am I doing wrong? What do I need to do to get the result I wanted?
Two files: (both alike in dignity)
Code: Select all
FileName1.jpg
SecondFileName.jpgCode: Select all
FileName Prefix, FileName1-001.jpg
FileName Prefix, SecondFileName-002.jpgCode: Select all
FileName Prefix, FileName1.jpg
FileName Prefix, SecondFileName.jpg