|
|
 | | From: | Alex Russell | | Subject: | Re: attrib -r *.* for folders | | Date: | Fri, 31 Dec 2004 20:55:03 GMT |
|
|
 | jrefactors@hotmail.com wrote: > If I execute command attrib -r *.*, it will make all files become > writable. But it cannot change the attributes in the files in folders. > How to accomplish that? > > please advise. thanks!! > attrib +r /s *.*
/s - traverse all sub-dirs
Alex Russell
|
|
|