Saturday, July 9, 2016

Top 4 cool Notepad Tricks


In this tutorial I will share with you guys that some of cool notepad tricks.As name suggest you don't require any program other than notepad so let's get started.

1.World Trade Center attack trick

The flight number of the palne that had hit World Trade Center on 1911  was Q33NY . Now we call this trick or coincidence or something else but whatever it is you will be difinately amazed by this trick.

1.Open Notepad and type "Q33NY" without quotes.
2.Increase the font size to 72.
3.Change the font to Wingdings.

2.Matrix Effect trick

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

1.Open notepad and copy the 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
3.Open your saved file and you will have matrix effect in your screen.


3.Making Personal Diary using Notepad

Here I will teach you how to use notepad as digital diary or log book to keep your dialy record instead of using paper and pen.

1.Open notepad and type .LOG 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 everytime when you open notepad.


4.Dancing Keyboard LED

In this part I will show you how to make interesting file using notepad that will make keyboard led to dance. Basically we will be creating a visual basic script.

1.Open the notepad and copy the given code into it.
Set wshshell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

2.Now save this file as dance.vbs
3.Look you can see your led lights are blinking as disco lights.

See how to stop those lights:
1.Goto taskbar.
2.Right click on taskbar and "click start task manager".
3.Then scroll down tasks you can see"wscript.exe" , click on this and press "End process" bottun at down.
4.Now your dancing led is stopped

0 Please Share a Your Opinion.: