APMODY: the best blogger template for posting apps as well as articles in one blog.. Get now!

Best NotePad Tricks collection

Hi, friends.Welcome to our blog.In this post, we are giving you the best Notepad tricks that you need to try at least once.As you know Notepad is just used for writing.Here you will find various useful ways to use Notepad surely you will be amazed.Please like our facebook page Blogjilla to stay updated.

World Trade Center Attack trick

Open your Notepad
Type the flight number i.e Q33N in Capital Letters.
Increase the Font Size to 72
Change the Font to Wingdings
http://updatingworld.com/ 

And do you know the plane which is crashed into that twin towers no is Q33N?Really shocking right.

Popping all the CD drives

Open Notepad.
Copy the code given below onto the notepad file:
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
Save it as “trick.VBS
Now open the file and see the trick.
Don't worry when it opens and closes continuously, You can stop it by pressing (Ctrl+Alt+Delele) and end it in Task Manager.

Converting Text To Audio

 Copy and paste the below-mentioned code:
Dim Message, Speak
          Message=InputBox("Enter The text to convert it to Audio","updatingworld.com-Text to audio conversion")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message

Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs
http://www.updatingworld.com/

That's it! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK.

 Random Numbers(Matrix effect)

Have you seen 'Matrix' Movie, in this movie you will see random numbers in the form of the matrix just appears Randomly you can experience it with this cool trick
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save the file with .bat extension like Matrix.bat
 http://www.updatingworld.com/

إرسال تعليق

Cookie Consent

We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.