
One of the most common rename situations I have is where I have a list of files in a sorted order and a list of names to match. What I usually do is to use BRU to massage the file names into something consistant and then use excel to create a batch file [eg =concatenate("ren ",A1,".avi ","""",A1," - ",B1,".avi","""")]. While this works well - it can be a little tedious. I could use excel to create the rename from list file to import into BRU (only found that option today

So, my suggestion is to have a textbox that would contain a list of names/titles. Each file selected for rename consumes a line from the textbox. This still allows the insert autonumber functionality as well.
Thanks for hearing me out

Antman