//flex table opened by JP

Click to See Complete Forum and Search --> : Need Help with system files that are mp3?


jbravoj
07-26-2000, 10:23 PM
I recently reformatted my C drive (i also have a D drive to). I have some mp3s on the D drive and when i finished installing windows all my mp3s are now system files. The extension is still .mp3 but in the properties the system box is checked and it is to where i cannot uncheck it. How can I fix this problem? some of my apps will not see the mp3s anymore.

Jeff7
07-27-2000, 12:36 AM
Either in a DOS box, or in DOS mode, navigate to the directory(s) with the MP3s, and use the attrib command:
attrib -s *.mp3
If that gives a write-protect error, make sure you're in DOS mode, and try this:
attrib -s -r -h *.mp3

That should take care of it.