• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Easy way to CAP a bunch of directories?

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!
 
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 🙂
 
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.
 
Back
Top