home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / attrib / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  21 lines

  1.     ATTRIB [+R] filename[.ext] 
  2. or
  3.     ATTRIB -R filename[.ext] 
  4. or
  5.     ATTRIB [+A] [-A] filename[.ext] [/S]            [new DOS 3.2]
  6.  
  7. filename[.ext] may be an actual filename and extension, or include wild cards.
  8.  
  9. /S causes ATTRIB to modify attributes in the current directory and all of
  10.     its subdirectories. 
  11.  
  12. The ATTRIB external command without any option will report the current status 
  13. of the attribute(s). It also list the full pathname of each file reported, 
  14. making it a useful alternative to the DIR command in some cases. +R sets and
  15. -R clears the read-only attribute on one or more files in the current 
  16. directory, making it more difficult to delete or modify a file. The read-only 
  17. attribute is discussed in more detail in the NEW_TERMS DIRECTORY topic. The 
  18. archive attribute can also be set (+A) or cleared (-A) on later versions of 
  19. DOS, allowing greater control of files that have been modified and the BACKUP 
  20. and XCOPY commands.
  21.