Tuesday, August 14, 2012

thumbnail

Create Text Speech Program using Notepad

This is an amazing trick. By using this trick you can make a program to speak whatever you type. This trick is working on all Microsoft operating system and does not require any programming skills. You have to follow just simple steps and your own Text to Speech  software will be ready. If you show this software to any of your friends he will be certainly impressed with you .
Just follow the step given bellow:-

1. Open Notepad and copy and paste the following code into it

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

Its a really funny trick to impress everybody with your computer skills

1 Comments

avatar

There are some who may have a poor perspective vision or probably it gets really tedious when you have to study all those lengthy content and things there is a tts online for you to listen.

Reply Delete