Attention:- spammers stay away from the blog!!!

How To Send Any Picture In Your Facebook Chat Box Get Any Picture Code

Hi Friends . Most of us use Facebook. Normally we can send only smiley in our Facebook chat. We can't send image normally. Today i am going to show you how you can send any picture or image in your Facebook friend chat box . 

Follow these steps:

1. First You Need To Login In Your Facebook Account .

2. Now You Just Open This Website Click on me :-)

3. Now You Choose Any file From Your PC .

4. In Next Step Click on Upload Button .

5. After Few Seconds you will get picture code  When You will click on Show Codes .then just copy it


6. And Now Paste This Code in Your Fb Friend Chat Box .

That's It Now You Are Done :)

enjoy..................

How To Hide Folders Using Notepad

Here are the steps have to do inorder to hide your valuable or secret folders.
  • Open notepad and copy the following codings
..............................................................................................................................................
cls                                                                                                                               
@ECHO OFF
title Folder Personal
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Personal 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 Personal "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%==password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
goto End
:FAIL
echo Invalid password
goto UNLOCK2
:FAIL2
echo Invalid password
goto end
:MDLOCKER
md Personal
echo Folder created successfully
goto End
:UNLOCK2
echo Last chance to enter correct password to unlock folder
set /p "pass=>"
if not %pass%==password goto FAIL2
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Personal
echo Folder unlocked successfully
:End
..............................................................................................................................................
  • save as key.bat
  • Blue (i.e personal) indicates folder name its our choice & green indicates password its also our choice.
  • Now when we open the key.bat file an new folder with name personal was created and you can paste your secret files inside of it.
  • If you wants to hide that folder click key.bat then it will ask for lock or hide the folder here you have to type Y for denoting yes and for bringing back the folder you have to enter the specified password.

To copy the text Click on me:-)