Tuesday, December 14, 2010

your own file hide application

Here m gonna tell u how to hide ur personal files/folders by ur own file hiding application.. so here we go.......
first of all create one FOLDER with any name of ur choice.
Now create two simple text files with .bat extension.. suppose the files are lock.bat and unlock.bat.
Now open the first bat file with notepad.. i.e lock.bat (we gonna use it to hide the folder) and write following code in it

ren folder_name folder_name.{645FF040-5081-101B-9F08-00AA002F954E}

where folder_name is the name of the folder we just have created. Now save the changes in lock.bat file and exit from notepad

open the second bat file with notepad i.e. unlock.bat and write following code in it

ren folder_name.{645FF040-5081-101B-9F08-00AA002F954E} folder_name
save the changes and exit notepad.
so.. we are done with our work... just drag the files or folders u want to hide in the folder we have created... then double click lock.bat file... ur folder will be converted into a RECYCLE BIN and u cant open the folder.. again if u double click the unlock.bat file u will see the folder as it was and u can access it.
for this to work, u have to keep all the three components i.e. the folder and 2 bat files in the same folder.. suppose my folder's location is C:/manish/manish1 ..... keep both the bat files at the same location i.e. C:/manish/manish1

Here is the snapshot