:: Note Pad Tricks ::
Notepad Tricks: Cool Notepad tricks for Windows
Administrator
Follow Adeel Ahmad on Facebook |
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.
Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks
Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.
Upon running the bat file, you will see the "Matrix falling code" effect.
Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
Send this file to your friends as an email attachment to see the fun.
Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Double click to open this file and you will be impressed by this awesome trick.
Test Your Anti-Virus
You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
- Open Notepad.
- Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
- Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.
Open Notepad continuously
- Open Notepad.
- Paste the following code in your notepad file:
@ECHO off:topSTART %SystemRoot%system32notepad.exeGOTO top
- Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again.
Notepad Trick to annoy your friends
- Open Notepad.
- Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hey
msg * Want to have Fun?
msg * You do?
msg * We will both have fun, alright?
msg * More fun?
GOTO BEGIN
- Save the file with any file name but with .bat as extension and close it. For eg. cool.bat
Notepad Trick - Text to Audio
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
Thats lots of trix, hope that all will work.
ReplyDelete