home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / tutorial / dos5tut / attrib.dat < prev    next >
Encoding:
Text File  |  1993-03-01  |  501 b   |  17 lines

  1. This is the explanation of the ATTRIB 
  2. command. It is EXTERNAL.
  3. This command shows, changes or removes 
  4. the read-only, archive, system, and 
  5. hidden attributes in files.
  6. Switches:
  7. +r/-r   sets/clears the read-only attribute
  8. +a/-a   sets/clears the archive attribute
  9. +s/-s   sets/clears the system attribute
  10. +h/-h   sets/clears the hidden attribute
  11. /s     processes files in current and all 
  12.        subdirectories
  13. Example:
  14.        attrib +r loan.dat    This makes it
  15.        read-only. 
  16.  
  17.