Friday 15 February 2013

Notepad Adda | Trick and Tips With Notepad


Hi To All The Mindbenders,
Text to Audio
1. Open Notepad file on your Windows PC.
2. Copy and paste the below mentioned code in red text:

Dim msg, sapi

msg=InputBox("Enter your text for conversion– https://www.facebook.com/themindbenders ","DEVENDERMAHTO Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

4. Download Text-To-Audio.vbs


Creating Logs
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

1. Open Notepad and Type .LOG (in capital Letters and press enter


2. Save the program with any name and close it.


3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad.



Matrix Terminal
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

1. Open Noteapad and copy below code into it.

@echo offcolor 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


2. Now save this file as Matrix.bat (name can be anything but .bat is must)

3. Open your saved file and you will have matrix effect on your screen...
4. Download matrix effect.bat


Website Starter
Trick is based on batch programming so we will use a bat file to open any website of our choice.
1. Open Noteapad and copy below code into it.

start https://www.facebook.com/themindbenders

2. Now save this file as themindbenders.bat (name can be anything but .bat is must)

3. Open your saved bat file and Double Click to open it then it will open up your web-browser with website you mentioned in your bat file after start command...
4. Download Website starter.bat
===(Next Is What...?)===

0 comments:

Post a Comment