Batch Rename Question
Posted: 10 Nov 2017 20:43
I have individual file folders that I am trying to rename based on a text list... Wanted to know how to "insert into" if its possible?
I am trying to add the following between MovieName (YYYY).bluray.resolution.ext.
So outcome would be:
Is this possible? I have about 600 of these to do if not haha.
Code: Select all
Paul (2011).1080p.jpg
Paul (2011).1080p.mkv
Paul (2011).1080p.nfo
Paul (2011).1080p-fanart.jpg
Paul (2011).1080p-trailer.mkvSo outcome would be:
Code: Select all
Paul (2011).bluray.1080p.jpg
Paul (2011).bluray.1080p.mkv
Paul (2011).bluray.1080p.nfo
Paul (2011).bluray.1080p-fanart.jpg
Paul (2011).bluray.1080p-trailer.mkv