Set hidden attribute from command prompt
Sunday, October 4, 2009
Leave a Comment
Using attrib command we can mark a file as hidden from command prompt.
atttrib +H filename
Example:
attrib +H file1.doc
The above command will mark file1.doc as a hidden file.
how to remove the hidden attribute from command prompt??
attrib -H Filename