Quote:
Originally Posted by fredcatsmommy
sorry for the ignorance, but what's "+h" mean and what do I need to do to fix it?
|
It's a file attribute. +h means it's hidden. Easiest thing to do is go out to command prompt, go to the folder your having trouble with and run this command:
attrib -h -s -r *.* /s /d
I just do that from the root of my SYS files and make sure all files have all attributes removed.