Showing posts with label codes. Show all posts

Protect your folder using a .bat file


  1. Open Notepad on your computer
  2. Copy the text given below to your Notepad

    if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
    if NOT EXIST Locker goto MDLOCKER
    :CONFIRM
    echo 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 Locker “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%==type your password here goto FAIL
    attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
    ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Locker
    echo Locker created successfully
    goto End
    :End
  3. Save this as Locker.bat or any other just make sure the extension is .bat 
  4. Now go to any of your drive where you want to hide that file(s)/folder(s) and paste this .bat file in that drive, now double click on this .bat file and it will create a new folder.
  5. Now you can copy all the things you want to hide/protect in that folder.
  6. After copying to that folder with all your files double click that .bat file again and it will open another CMD window and it will ask you for Yes or No.
  7. Just type Y for Yes and press Enter.
  8. Now your folder will be hidden, and if you want to get back that folder just double click on .bat file again and type N for No and press Enter.

Notepad Trick - Lock Folder Using Notepad


  1. Open Notepad ( make a search in your start menu )
  2. Now copy below text to your Notepad

    if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
    if NOT EXIST Locker goto MDLOCKER
    :CONFIRM
    echo 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 Locker “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%==type your password here goto FAIL
    attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
    ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Locker
    echo Locker created successfully
    goto End
    :End
  3. Now save this as Locker.bat make sure the extension is .bat
  4. So now visit to any drive where you want to hide file and folders and paste this .bat file in that drive, now double on this .bat file and it will create a new folder.
  5. Now you can copy and paste all the things you want to hide or protect in that folder.
  6. After you have filled that folder with all your files double click that .bat file again and it will open another CMD window and it will ask you for Yes or No.
  7. Now just type Y for Yes and press Enter.
  8. Now your folder will be hidden, now if you want to get back that folder just double click that .bat file again and type N for No and press Enter.

Facebook chat smiley codes

[[ zuck]]
Mark Elliot Zuckerberg.
[[ facebook]]
facebook logo.
[[ f9.angel]]
angle cartoon.
[[ f9.cake]]
Cake art.
[[ f9.callme]]
Call Me icon.
[[ f9.devilface]]
Devil face.
[[ f9.kiss]]
Cool Kiss.
[[ f9.laugh]]
LOL.
[[ f9.heart]]
love heart.
[[ f9.pizza]]
Hot Pizza.
[[ f9.tongue1]]
Tongue ( :P).
[[ f9.teddy]]
Teddy Bear.
[[ f9.bomb]]
Bomb



smile
:-) :) :] =)
frown
:-( :( :[ =(
gasp
:-O :O :-o :o
grin
:-D :D =D

wink
;-) ;)
curly lips
:3
kiss
:-* :*
grumpy
>:( >:-(
glasses
8-) 8) B-) B)
sunglasses
8-| 8| B-| B|
upset
>:O >:-O >:o >:-o
confused
o.O O.o
shark
(^^^)
pacman
:v
squint
-_-
angel
O:) O:-)
devil
3:) 3:-)
unsure
:/ :-/ :\ :-\
cry
:'(
Chris Putnam
:putnam:
robot
:|]
heart
<3
kiki
^_^
42
:42:
penguin
<(“)
poop
:poop:
Sun
[[208793649215408]]
  Left Arrow  
[[230185980393956]]

Exclamation  
[[319349561456465]]





Sunday, March 3, 2013
Posted by Unknown

Visitors



Powered by Blogger.