How To Hide Folders Using DOS
Here is another technique through which u can hide your folders in your computers or laptops and no one will be able to search your folders............................................... STEPS TO HIDE A FOLDER 1. In RUN type cmd and press enter This will open your command prompt windows 2. In Cmd Type the Following Code to hide a particular folder. atrrib +s +h C:\FOLDER1 It depend which folder u want to hide and where that folder is stored in your system.As your requirments You can can your folder address and name. Now your folder is hidden and cannot be seen by any other person. To unhide the folder simply change some code in cmd and your folder will be again visible. attrib -s -h C:\FOLDER1