Remove dashes from file name

I'm looking at the Rename function, and want to remove dashes (file-name-is-this.exe) and replace with spaces (file name is this.exe).

I tried the macro operations, works for the first file, not the other 50 in the folder.

Something like this?
Rename PATTERN="-" TO=" " FINDREP
@nodeselect

1 Like

Exactly that. Been using it on years and works perfectly on multiple files.

Changed mode to Find And Replace using your suggestion. Thank you!