Ok, let me give you the specifics
I have need to remove a character from every folder in a directory and replace it with a space.
I am working on organizing a folder, so I have a batch to make folders based on file names, this works actually very well
Where I got the files from however has _ in place of spaces, which for the individual files themselves, ok, that works, no real problem, but I now have 150 folders and counting that instead of just deleting the ending text I have to individually replace _ with spaces
here let's give an example of what I want
(asdf678)_Ok_here_is_the_file/folder_name_-_Someletters1231__(234jh2nbs)
to
(asdf678) Ok here is the file/folder name - Someletters1231 (234jh2nbs)
One final note, I have already moved files into all the folders at the time I realized this is a problem, so is it possible to do this in a way that doesn't disrupt the files inside? I had an old batch that ate files because it pushed them into the folder it made regardless of character limits.
-edit-
I should mention im on windows 7,