Notepad Tricks
Notepad Tricks
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.
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.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Upon running the bat file, you will see the "Matrix falling code" effect.
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.
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.
All these Notepad tricks are totally harmless and would not harm your PC in any way. To close any of
the VBS trick given, open task manager and close the wscript.exe process.