How to replace strings through batch rename?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

How to replace strings through batch rename?

Post 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

highend
Posts: 13311
Joined: 06 Feb 2011 00:33

Re: How to replace strings through batch rename?

Post by highend »

Not possible if we can safely assume that the leading "Text" can be <any pattern>, use
Search and Replace...
or
RegExpRename...

instead
One of my scripts helped you out? Please donate via Paypal

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: How to replace strings through batch rename?

Post by cadu »

Thanks for info.
Search and Replace... was what I needed!

Post Reply