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.
Windows XP, Windows 7, Server 2008, Vista command line tips
Using attrib command we can mark a file as hidden from command prompt.
Example:
Previous post: Open display properties from command line.
Next post: Add new group from command line (CMD)
{ 3 comments… read them below or add one }
how to remove the hidden attribute from command prompt??
attrib -H Filename
how to back the deleted files or restore the deleted files