Someone somewhere thought it would be a good idea to use " - Copy (<n>)" on the end of the copy's filename. That's great until you have so many versions that you have to move the first thirty or forty somewhere else. Then those same names will start back over again. You can't move the next twenty tweaked files to the same place, because the names will all collide.
Enter XYplorer. I can make a DUPLICATE that adds the mod datestamp to the filename (Edit | Duplicate | Copy Here with Last Modified Date), customized to exactly what I want (Tools | Configuration, then under Colors and Styles, click Templates and put the desired affix in the "Date affix" box; mine is currently *-<date yyyymmdd-hhmmss).
And I have set up a pair of rename statements to fix all the stupid "- Copy (<n>)" names as well (a script is in the future to rip through all the archives).
For completeness for other sufferers, select all the files, then select File | Rename Special | Batch Rename. In the text box, put
Code: Select all
*-<datem yyyymmdd-hhmmss>Code: Select all
_-_Copy(_\(\d+\))?_>_
XYplorer Beta Club