Tuesday, November 8, 2011

Make Computer Speak Whatever you Type

This is a very funny trick. By using this trick you can make your computer to speak whatever you type.
This trick is working on all Microsoft operating system it doesn't require any programming skill. Follow the below steps and your own Text to Speech software is ready.

This trick requires only three simple steps. Lets begin the tutorial, follow the below screenshot and make your computer Speak whatever you Type.:
1. Open the Notepad and Copy and Paste the below code in 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 As the Notepad file as Speak.vbs on your Desktop.
3. Now double click on Speak.vbs and type whatever you want your Computer speak to you.









This is a really funny trick to impress anyone with your skill.

No comments:

Post a Comment