Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

How To Lock A Folder Using Notepad

1. Start--> Run --> Notepad and hit enter.
2. Now Copy below code and paste it in notepad


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
How To Lock A Folder Using Notepad Lock Folders Using Notepadecho 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


Now Save Notepad as FolderLock.bat.

3. Now double click on FolderLock.bat file then a new folder named as Locker is created.
4. Save your files in Locker folder then again double click on the FolderLock.bat, a prompt is displayed.
5. To lock the folder(Locker) press "y " in the prompt, to unlock press "n"  in the prompt.


AIRTEL LIVE HACK 100% WORKING

download images,games,videos etc free from airtel live
Airtel Live Hack from danukazone
  1. keep balance low than 5rs. 
  2. Open old airtel live wid this address http://10.2.0.85 
  3. Now you can download images,games,videos etc free from airtel live free!
  4. Then u will see an error 'Insufficient balance' 
  5. Add bookmark dis error page 
  6. Edit bookmark 
  7. In that change id=1499769 
  8. Save bookmark and download free
මේක කරන්න කලින් ෆෝන් එකෙ බැලන්ස් එක අඩු කරගෙන ඉන්න එක ඇගට ගුණයි. ෂුවර් එකට රු.20ක් තිබිල නැති උනොත් මම ඉවරයි :D ඒ නිසා රුපියල් පහෙන් වගේ වැඩේ කරගන්න.

SLT Telephone Directory Free Download | SLT Reverse Directory 2017

slt telephone directory 2015  sri lanka telecom internet packages  sri lanka telecom plc colombo  slt telephone directory 2016  sri lanka telecom hotline  sri lanka phone number details  sri lanka telecom vacancies  sri lanka telecom branches

SLT Reverse Directory 2012 rapidshare megaupload hotfile, SLT Reverse Directory 2012 torrent download, Direct download

Sri Lanka Business Telephone Directory 2011 | Slt telephone directory free download




How to add countdown Redirect script

සුද්ද සිංහලෙන් කීවොත් මේකට කියන්නෙ වටේ යවනව කියල

  • Login to your blogger Dashboard and go to Design --> Page Elements.
  • Click on 'Add a Gadget' on the sidebar.
  • Select 'HTML/Javascript' and add the code given below and click save.
How to add countdown Redirect script රී ඩිරෙක්ට් හෙවත් වටේ යැවීම සිංහලයාගේ පුරුද්දයි.

<form name="redirect">
<center>
<font face="Arial"><b>You will be redirected to the script in<br /><br />
<form>
<input type="text" size="3" name="redirect2" />
</form>
seconds</b></font>
</center>
<script>
var targetURL="
http://www.danukazone.blogspot.com/"
var countdownfrom=10
var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}
countredirect()
//-->
</script></form>
You will be redirected to the script in

seconds