Tuntematon:
Thanks so much! You've just save me a bunch of time! With no one having responded, I had begun the arduous task of manually overriding each folder a few at a time when I have the time. Thankfully, I only have about 10% done so far, so now the rest will go quickly once I convert all the Folder.jpg's into Folder.ico's. That I'm doing by going manually through each folder using ToYcon to do the actual converting. It looks like I could set up a batch process to do this (and also to copy my relative-path desktop.ini file in to all folders), but when I Googled how to do that, I was in over my head technically.
Regarding my second point about copying to other drives, this is working now. I'm not sure why it didn't work at first, but I am able to copy them now and have them retain the icon display.
One final note about your code: My music is stored on my
D: drive, so I Googled how to switch directories across drives first. For anyone interested in doing that, it's:
Also, I ignored your second and final steps, as I actually want all the folders and files to be read-only. There's no problem in leaving it that way, is there?
Bonus question for you if you have the time. I'm not really familiar with DOS instructions, but guessing from the syntax you gave above, could I use
Code:
attrib +h Folder.ico
to make all of my Folder.ico's that I create to be hidden? I was just planning on doing a search for "Folder.ico" in the Music directory when I was finished and right-clicking them, going to properties, and making them hidden, but doing a search could take a while.
Thanks again!