Descriptive DOS Command
 
attrib
 
Change or view the attributes of one or more files. It defaults to displaying the attributes of all files in the current directory.
 
Options:
. To add an attribute attach a '+' in front of it.
. To remove an attribute attach a '-' in front of it
. Attributes include
o A - Archived (used mainly by file archiving software)
o H - Hidden
o S - System
o R - Read-only
 
SYNTAX:
attrib [+|-ahrs] [filespec]