I'm trying to get info on trying to remove a specific thing from multiple folder names.. Preferably in such a way that it can be in a batch file.
For example.
Before:
Test1 [REMOVEME]
Test2 [REMOVEME]
Test3 [REMOVEME]
Test4 [REMOVEME]
After:
Test1
Test2
Test3
Test4
I've seen plenty of info about how to do this with files. But not folders. Is this doable with a batch file so it could be easily used later? Or will i need to use third party software?
Also. Am using Windows 10.
Thanks, Ben.