Easy way to CAP a bunch of directories?

Mar 15, 2003
12,668
103
106
I have a bunch of directories (over 400) that I want to be Sentenced Capped- any easy way to do this in Win XP? Any proggie there do this? Thanks!
 
Mar 15, 2003
12,668
103
106
my directories kinda look like this :
\mp3s\artist name\album

I want them to look like this :
\Mp3s\Artist Name\Album

It's easy to rename folders but I have a few hundred folders to deal with.. Trivial, I know..just curious though :)
 

Hector13

Golden Member
Apr 4, 2000
1,694
0
0
does windows even care about capitalization for filenames? My advice would be to forget about unless you want to download perl or python or something.

Or, if you just want to do it once, do it ghetto stlye like:

1) get list of all directories you have (you a dos box and do something like "dir /ad /s"
2) cut-and-paste said list from #1 into word (or better yet, xemacs)
3) create a 3 column table in word and fill the first column with "rename" or "move" (I forget which one dos uses)
4) fill columns 2 and 3 with the list from step #2
5) format column 3 to "Title Case" (format -> change case -> "Title Case")
6) Cut-and-paste complete table into a dos box and hit enter

again, this would be a lot easier if you have emacs or perl and is probably not worth it in any case.