Rename - only remove specific words from each filename

I have 33 files all sequentially numbered with a unique name but containing the same words in the filename. I want to remove the repeating words leaving only the numbers and location.

For example;

001 - Antelope Valley --- Bus Tour 2021 ---.mp4
002 - San Diego --- Bus Tour 2021 ---.mp4

change to:

001 - Antelope Valley.mp4
002 - San Diego.mp4

Remove only "--- Bus Tour 2021 ---" from all 33 files.

1 Like

Find And Replace mode is easiest for that:

Jeesh. That was so easy I feel bad.

Thx.

1 Like