Saturday, September 27, 2008

View Hidden Files And Folders

Well if you wish to view hidden files of any computer
this article will help you to minimize your effort.
Open notepad and copy and paste bellaw script.


@echo.
@echo.
@echo::::::::::: Veiwing Hidden files :::::::::::
@attrib * -s -h /d /s
@echo.
@echo.
@echo:::::::::::::::: All Done ::::::::::::::::::
@echo.
@echo.
@pause



Now save it with ".bat" extention.
i.e : find.bat

How to find files and folders using this script ?

Now you have "find.bat" file(make sure that extention is .bat)
Now assume you want to find hidden folder in C:\mydocuments
Copy and paste "find.bat" file to C:\mydocuments and
just double click on it. BINGO!!!!!!!