Set archive attribute from command line
Saturday, October 3, 2009
Leave a Comment
We can set archive attribute for a file or folder from command line as given below.
attrib +a filename
example:
attrib +a data.doc
The above command will set archive attribute for the file data.doc
0 comments »
Leave your response!