Notepad Tricks

11/19/2011

Notepad Tricks


1) 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

2) Matrix Notepad Trick
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save this file as Matrix.bat
Make sure the file type is kept as ALL FILES while saving it as a .bat file.

3) Unlimited download from Rapidshare and Megaupload trick
Copy the code given below in notepad :-
@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew

and save it as “technoskillonline.bat”

Now click on this file every time you download a file from Rapidshare and Megaupload

That’s it…

N’joy unlimited downloads from Rapidshare and Megaupload..