Page 1 of 1

How to add months at the end of each file

PostPosted: Tue Nov 16, 2021 10:27 am
by Cosmo
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!

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

PostPosted: Tue Nov 16, 2021 5:40 pm
by therube
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.

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

PostPosted: Wed Nov 17, 2021 2:19 am
by Admin
If you click on F8 while in the Replace or With fields then the ZOOM window opens when you can see more text.