Notepad, you may have just known it as a text editor and you may be thinking that its just a boring text editor which doesn’t have many features. But here are some interesting and cool things that you can do on your Notepad.
Matrix Falling Code Effect in Notepad
Yes you can actually do that matrix falling effect inspired from the movie Matrix which is basically very popular in social networking sites. You just have to copy and paste the following code in the notepad and save it with the extension .bat and when you run the file, it’s the Matix falling code.
@echo off color 02 :tricks echo %random%%random%%random%%random%%random%%random%%random%%random% goto tricks
|
Make your keyboard type the message (you want) continuously
This is just the coolest and fun thing that you can try on your friends. This will let your keyboard type the message continuously. This usually called the VBS trick. You just have to Copy and paste the below code and save it with an extension .vbs
Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “This is a Virus. You have been infected.” loop |
You will need to restart the computer to stop this soo. Do try this trick when you don’t have any important files on the way and see whether all the other programs are closed. Send this as a link to your friend to see the fun.
Create a harmless funny virus which ejects the cds/dvds continuously
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 |
Just copy and paste the above code in your notepad and save it with a filename of your choice with the extension .vbs
Create your personal diary log with notepad
Yes. You can easily create your personal diary log on your computer using notepad. This is so easy. Just open notepad and type .LOG and save the file. When you the file every time, it shows you the date and time. Just enter your thoughts and save the file all every time you use it.
All the above mentioned tricks are not in anyway harmful to your computer. These are just funny things that you can try. For closing any of the tricks given above, you just have to go to task manager and close the wscript.exe process. The above mentioned tricks will work in windows 8, windows 7, windows xp and windows vista.