Surprise Me!

Folder Lock and hide without Software Using Batch file Code

2015-01-05 7 Dailymotion

Copy and Paste Following Code in NotePade and Save as .bat File with your Desired NAme<br /><br /><br /><br />cls<br />@ECHO OFF<br />title Folder Locker<br />if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK<br />if NOT EXIST Locker goto MDLOCKER<br />:CONFIRM<br />echo Are you sure u want to Lock the folder(Y/N)<br />set/p "cho=>"<br />if %cho%==Y goto LOCK<br />if %cho%==y goto LOCK<br />if %cho%==n goto END<br />if %cho%==N goto END<br />echo Invalid choice.<br />goto CONFIRM<br />:LOCK<br />ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />echo Folder locked<br />goto End<br />:UNLOCK<br />echo Enter password to Unlock folder<br />set/p "pass=>"<br />if NOT %pass%==type your password here goto FAIL<br />attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"<br />ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker<br />echo Folder Unlocked successfully<br />goto End<br />:FAIL<br />echo Invalid password<br />goto end<br />:MDLOCKER<br />md Locker<br />echo Locker created successfully<br />goto End<br />:End<br /><br /><br /><br />Thank and share and Comments if Like

Buy Now on CodeCanyon