Batch rename folders?
- by Margaret
This is probably a super-simple already solved task, but:
I have a series of folders containing eBooks in various formats. They have the folder name format:
\Lastname, Firstname (n books)\
I want to rename each of the folders to be simply
\Firstname Lastname\
which I'm guessing can be done with a batch file fairly easily, but it's been a very long time since I had to do string parsing so I have no recollection of how.
Help? I'm using Windows 7.