Button for deleting strokes in filenames

Hi,

is it possible to make a button that deletes _strokes?

So when I have one or more filenames like this

filename_with_strokes1.txt
filename_with_strokes2.txt
filename_with_strokes3.txt

I want to highlight them, press the new button
an this should change the names to

filename with strokes1.txt
filename with strokes2.txt
filename with strokes3.txt

I know, normally this is a job for the multi-rename-tool,
but a button would be nicer!

Create a new Button with this code:Rename FINDREP PATTERN "_" TO " "

There's a command to do that in the default toolbars already:


Thanks :slight_smile: