Thursday, July 25, 2013

World's Top 6 Notepad Tricks

Top 6 Notepad Tricks




As a basic text editor, Notepad is designed to write simple documents. What many people don't know is that there are many tricks you can do with this useful text editor.





Top 6 Notpad tricks are -



Trick 1. Matrix Coding 
Open Notepad > Paste the Following code > Save it as technologygang.bat

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks




Trick 2. Automatically Type By Keyboard

Open Notepad > Paste the Following code > Replace "This is a trick" with Any Text > Save it as Keyboard.VBS

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a trick."

loop


Trick 3. Eject CD/DVD Tray Continuously

Open Notepad > Paste the Following code > Save it as Eject.VBS

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000

loop



Trick 4. Infinitely Open Notepad




Open Notepad > Paste the Following Code > Save it as infinitely.Bat

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe

GOTO top


Trick 5With this Computer Talks

Open Notepad > Paste the Following Code > Save it as Talk.VBS
Launch it > Put the text you want to talk > Click OK



Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


To stop it end task from Task Manager or Restart PC

Trick 6. For Plane no. Q33N

History :- The flight number of the plane that had hit World Trade Center on 9/11 was Q33N , In Notepad, type the flight number i.e. Q33N .

Open Notepad > Select Format > Select Font > Select Wingdings from Font list >


Select Font Style as Regular



Select Size 72 > Click ok > Now Write Q33N ..



Enjoy Guyzz !!

Don't forget to share this trick with your friends 
also join us on Facebook..

2 comments:

  1. Hey,

    You Want To More Unique Visitors For Your Site Just Apply Now Free Advertising Site and Get More Traffic for More Information Click Here

    ReplyDelete
    Replies
    1. Akshay thx , i sent a messaged in your inbox..
      check that first...

      Delete