Its really simple really. I'm looking for a way to batch rename my music files, and haven't had much luck so far. I can't seem to figure out the cmd ren command [syntax is always wrong...], etc.
What I'm looking for is:
- Change all the instances of "(" to "[".
- Change all the instances of ")" to "]".
- Change all the instances of "Remix" or "remix" to "Mix".
- Capitalize all the first letters [of each word].
- Alert me if I have multiple files with the same name.
Anybody up to showing me how to do this?
[or writing a prog to do it for me?]
I've done PHP, C and Visual Basic, but im not sure how to rename multipule files, sorry.
Well, i've just started learning C++ and its difficult to get around, requires some knowledge already...This looks like something possible in VB though! Couldn't you just have it search for files, and set for name a random generator of letters and numbers (warning very slow...) and then have it check computer for files or folders of name, and then once it has one, check for copy.
Or a MUCH MUCH better idea would be the user to include the name in question, and then it would be as easy as hell to do!