ATTRIB
ATTRIB now supports manipulation of "hidden" and "system" file attributes.
attrib +s <file>
sets the system attribute.
attrib -s <file>
clears the system
attribute.
attrib +h <file>
sets the hidden
attribute.
attrib -h <file>
clears the hidden
attribute.
ATTRIB may also be used to set or clear the "Archive" and "Read-only" attributes
as before.
[Back: DIR]
[Next: RESTORE]