Greetings, everyone.
I have a folder with thousands of files that I have to organize into their own respective folders. I’ve used the command prompt listed here and it’s partially fulfilled what I’ve needed done except when it comes to files that have mildly different naming conventions:
ABC(A)123_321 PT.1_VER_1
ABC(A)123_321 PT.1_VER_1A
The command prompt above would toss the “VER_1A” files into the “VER_1” folder, returning the error “The filename, directory name, or volume label syntax is incorrect” for the “VER_1A” folder itself.
I’ve tried searching for possible ways to configure the command but my limited understanding of how it functions proved to be insufficient. 🙁
Therefore, any and all advice on how I could solve the above would be greatly appreciated.
Cheers!