Hello friends,if you want to see the hidden files of any directory using command line then open the command prompt(start->run->type cmd) and type following commands.
attrib
Typing the attrib command alone will display all files in the current directory with their attributes to the left of the directory path and file name. Files that have an "H" to the left are hidden files.
attrib | more
If there are too many files to list on one page adding "| more" to the end of the attrib command will display all files with attributes one page at a time.
Thanks Friends..........
No comments:
Post a Comment
Please Give Me Your Views