So I've got a lot of files within folders, and every file has as part of its name the current folder it's in. However, I've got roughly 1,200 folders, and within each of them are are anywhere between one and thirty files.
Is it possible to write a script so that BRU will open up each folder, see the file name, and rename it so that it doesn't include the folder name?
Example, I have a .txt file that is in the folder named GREEN, and it has its name as GREEN-Mulch.txt
Can i write the script so that it renames it to only be "-Mulch.txt" and leave off the name of the folder it's in? I know that we can APPEND the folder name, but how do I REMOVE it?