Is there any way to rename (inline) files by appending some text before or after existing?
For example, I have two files:
adsf.mp4
asdf.jpeg
I want quickly rename them by appending some text after the existing name without extra tools via inline renaming.
Renaming mask: *_some_comment.*
I'm expecting:
adsf_some_comment.mp4
asdf_some_comment.jpeg
But I'm getting the same names.
I can use another mask: ????????????????????_some_comment.* and it works, but too complicated.
I wonder if I'm missing some other possibilities?
inline renaming: how to add same text to many files
Moderators: Hacker, petermad, Stefan2, white
Re: inline renaming: how to add same text to many files
Just use the Multi-Rename Tool
Select files
Press (Ctrl)+(m)
Type your additional text after the [N]
Start (Enter)
Close (Esc)
Select files
Press (Ctrl)+(m)
Type your additional text after the [N]
Start (Enter)
Close (Esc)
Re: inline renaming: how to add same text to many files
That's not exactly what I'm looking for. But it works.ZoSTeR wrote: 2021-04-16, 14:31 UTC Just use the Multi-Rename Tool
Select files
Press (Ctrl)+(m)
Type your additional text after the [N]
Start (Enter)
Close (Esc)
Thank you!