1. Displays or changes file attributes.
  2.  
  3. ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I]
  4. [drive:][path][filename] [/S [/D] [/L]]
  5.  
  6. + Sets an attribute.
  7. - Clears an attribute.
  8. R Read-only file attribute.
  9. A Archive file attribute.
  10. S System file attribute.
  11. H Hidden file attribute.
  12. I Not content indexed file attribute.
  13. [drive:][path][filename]
  14. Specifies a file or files for attrib to process.
  15. /S Processes matching files in the current folder
  16. and all subfolders.
  17. /D Processes folders as well.
  18. /L Work on the attributes of the Symbolic Link versus
  19. the target of the Symbolic Link