Renaming folders with random dates (rearrange date YYYYMMDD)
Moderators: Hacker, petermad, Stefan2, white
Renaming folders with random dates (rearrange date YYYYMMDD)
Hi everyone, i need help to rename folders with this syntax:
Original names:
[20220718] [69249709] Soft Serve
Image: https://i.imgur.com/ILONeop.png
and i would like change them to this:
2022.07.18 Soft Serve
Image: https://i.imgur.com/1JRU3Ls.png
Could me help please to solve this?
Thanks in advance!
Original names:
[20220718] [69249709] Soft Serve
Image: https://i.imgur.com/ILONeop.png
and i would like change them to this:
2022.07.18 Soft Serve
Image: https://i.imgur.com/1JRU3Ls.png
Could me help please to solve this?
Thanks in advance!
Re: Renaming folders with random dates
Are the strings in the brackets a constant length?
If so probably simplest way will be:
If so probably simplest way will be:
Code: Select all
[N2-5].[N6-7].[N8-9][N22-]
Re: Renaming folders with random dates
Select the files and press Ctrl+M (Multi-Rename Tool)
Rename mask: file name
[N2-5].[N6-7].[N8-9] [N23-]
Rename mask: file name
[N2-5].[N6-7].[N8-9] [N23-]
Re: Renaming folders with random dates
Thanks! that was fast!Gral wrote: 2022-08-26, 23:18 UTC Are the strings in the brackets a constant length?
If so probably simplest way will be:Code: Select all
[N2-5].[N6-7].[N8-9][N22-]
Re: Renaming folders with random dates
Thank you! worked and solve my question!white wrote: 2022-08-26, 23:22 UTC Select the files and press Ctrl+M (Multi-Rename Tool)
Rename mask: file name
[N2-5].[N6-7].[N8-9] [N23-]
Re: Renaming folders with random dates
It's possible exclude symbols from renaming?
I would like to exclude and leave the # (#2, #3, #4) symbols and icons (
PSD,
PSD) that appear in some folder names, is it possible?
Image: https://i.imgur.com/6hPUOHm.png
Thanks
I would like to exclude and leave the # (#2, #3, #4) symbols and icons (
Image: https://i.imgur.com/6hPUOHm.png
Thanks

Re: Renaming folders with random dates
Use the rename mask for the file name as before and make a list of things you want to filter out in the Search for field. Like this:
Adjust to the correct characters and correct number of spaces.
(If you have opened the Multi-Rename Tool and you can press F1, you can read the Help
)
Code: Select all
#1| # 2| # 3| # 4|🍨|💉
(If you have opened the Multi-Rename Tool and you can press F1, you can read the Help
