How to add months at the end of each file

Bulk Rename Utility How-To's

How to add months at the end of each file

Postby Cosmo » Tue Nov 16, 2021 10:27 am

Hello guys,

I have a bunch of files with the format "BBGGF 2021'01", "BBGGF 2021'02" etc. where "01", "02" are essentially the year's months. How do I add the month's name at the end of each file?

I want to have "BBGGF 2021'01 - January", "BBGGF 2021'02 - February" and so on for all 12 months.

Sorry for the bad English, it's not my primary language and I'm still earning it.

Thank you in advance!
Cosmo
 
Posts: 1
Joined: Tue Nov 16, 2021 10:21 am

Re: How to add months at the end of each file

Postby therube » Tue Nov 16, 2021 5:40 pm

One method...

3:Replace
Code: Select all
Replace:  '01|'02|...
With:  '01 - January|'02 - February|...

The bar ( | ) is an OR, so just set up corresponding sets of Replace/With's.

Otherwise, you could use the Rename Pairs feature.
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm

Re: How to add months at the end of each file

Postby Admin » Wed Nov 17, 2021 2:19 am

If you click on F8 while in the Replace or With fields then the ZOOM window opens when you can see more text.
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm


Return to How-To


cron