6/06/2011

////

LOCK YOUR FOLDER WITH PROGRAM


You Can create folder locking program
The following program that can hide folders,it's is to create
Follow the given steps
1]Locking
*Open Notepad,type the following

echo off
ren a ö
attrib +h +a +s +r ö

Save the file as a.bat

when you will open this file,then folder having name 'a' will disappear.You can chang the letter 'a' by the name of your folder.

*Unlocking
Type following in notepad

echo off
attrib -h -a -s -r ö
ren ö a

save the file as b.bat
when you will open this file,disappeared folder will appear again.

Notes-
both a.bat and b.bat must be in the same folder in which you folder is present.
The only disadvantage is that locked folders can be viewed from winrar
The character ö can bo found in character map

0 Reactions to this post

Add Comment

    Post a Comment

    If you have any questions leave a comment