Showing posts with label Folder lock. Show all posts
Showing posts with label Folder lock. Show all posts

Wednesday, August 12, 2009

Lock folder without any software in XP

1.opne notepad.
2.copy this code in note pad.
3.change ur password in place of Prism
4.Save as filename=locker.bat and in save as type=all files
5.open ur save file,then it ask ur password.after enter ur pass.a folder is show.
6.dont del.ur .BAT file otherwise u loose ur save data in folder.



@ECHO OFF
title Folder Prism
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Prism goto MDLOCKER
:CONFIRM
echo Hi Frnds,Myself Shakeel prism [Comp Engg.] from VU PK.if u have query,my id shakeelprism@gmail.com Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Prism "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Prism goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"Prism
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Prism
echo Prism created successfully
goto End


**/ Copy this prog into new notepad.
Type ur password in place of Prism
and save as Filename.bin [Ex.Prism.bat]
and don't Delete ur .bat file otherwish ur data will be lost /**


Enjoy!!
and safe ur file & folder