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.

2 comments »

  • Anonymous said:  

    how to remove the hidden attribute from command prompt??

  • Leave your response!