Do you Think Notepad can be just used as Text Editor ? Do you Use notepad just to Save text and some other data?
If Yes, Then you are missing out Some Cool and Interesting Notepad Tricks that you can Perform on your Computer.
Notepad Comes as an inbuilt app in all Versions of Windows. But Today i am Going to Share 3 Cool Notepad Tricks that you can Perform on your Computer with notepad. The tricks that i am about to share will not harm your Computer in any way
Let's get started with the 3 tricks you can try. Even now
1. Make your Computer Speak:
In the Above trick we made notepad Type automatically but now we will our own text to Speech tool with the help of small script in Notepad. You will make your Computer Speak whatever you type. Excited ? Then follow the Below Simple Steps.Step 1: Open Notepad
Step 2: Copy and Paste the Below Code in Notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Step 3: After Pasting the Above Code in Notepad, its time to Save the File. Save the File with name Speak.vps and again choose All files in save as type
Step 4: Double Click on the File to See a pop up Window that looks something like this Picture
Now All you have to do is Type in Anything that you want it to Convert in Speech.
Then Click on Ok. Wait a second or Two and hear it do its work.
2. Matrix Effect:
We Have Seen alot of times in movies some kind of numbers in Green Color Flashing really fast. Ever Wondered How they do it ?
Well, Today you will learn it. Basically its a Small Batch file that helps to do it. Just follow the Below simple steps to do it yourself.
Step 1: Open Notepad.
Step 2: Now Copy the Below Code.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Step 3: Paste the Code in Notepad and Save it by Clicking on File and then Save.
Step 4: You will be now asked the file name and Save as Type, So name the file as Matrix.bat and Choose All files in save as type.
Step 5: Remember the Destination where you save the file. Now Navigate to the Location where you saved this file. Double Click on it to See the Magic
3. Keyboard LED lights Dancing Trick
This is another Fun Trick which will Make your Keyboard Lights ie: Numlock,Capslock and Scroll lock lights go dancing..Step 1: Open notepad.
Step 2: Copy the Below Code and paste in it.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
Step 3: Save the File with the name Led.vbs and again choose all files.
Step 4: Double click the File to open, Look down at your keyboard to See the live performance.
How to Stop:
To Stop it just follow the Below Simple Steps.
Open Task manager by Pressing CTRL+ALT+DELETE
Now Goto Process Tab
Scroll down and search for wscript.exe and End the Process.
No comments:
Post a Comment