Page 1 of 1

How to replace strings through batch rename?

Posted: 27 Sep 2017 12:27
by cadu
Hi,

I'd appreciate help.
I'd like to replace the string _Rename through batch rename functionality:

from:
Text_Rename_01.txt
Text_Rename_02.txt
Text_Rename_03.txt

to:
Text_01.txt
Text_02.txt
Text_03.txt

How to?

Thanks for assistance!
Carlos_Cadu

Re: How to replace strings through batch rename?

Posted: 27 Sep 2017 12:36
by highend
Not possible if we can safely assume that the leading "Text" can be <any pattern>, use
Search and Replace...
or
RegExpRename...

instead

Re: How to replace strings through batch rename?

Posted: 27 Sep 2017 14:26
by cadu
Thanks for info.
Search and Replace... was what I needed!