Thursday 26 September 2013

Cool and Simple Trick For Notepad To Make Your Text Speaking.



 


Hello my I am back with a cool and simple Notepad trick. Notepad is a simple program. But we can do lot's of things with this. I gave you more tricks from notepad here before. Today I am going to tell you another notepad trick. If you want to convertyour text in to audio you have to use any programs. But from this method you don't want to use another software.  An easy trick from Notepad.
Let's start.
Open notepad.
Copy the code bellow.

Dim msg, sapi
msg=InputBox("
Enter your Text To make it Speak","The Hackers Heaven-Text to Audio")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


Now save it as thehackersheaven.vbs
And that's it.
Now open the file and type anything. Then click OK.

Tips

Enter your Text To make it Speak  with your own Text.
The Hackers Heaven-Text to Audio with your own title.

"Thanks for reading this post and Don't forget to comment below."