Saturday, February 16, 2013

Let Your Computer Talk

Hey guys have you ever wondered of making your computer talk with you? If NO then here is the trick of making your PC a talking PC.

Ok now lets start the trick
1.First of all open Notepad and type the following code in it
Dim message, sapi
message=InputBox("Hey Buddy! What do you want to hear??","Talking PC")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Now save this file with .vbs ectension.
3.Now open the file,write some sentence in the box and press Ok.
4.You will hear your written sentence... :-)
Enjoy !
In this way you can also use it for childern for learning correct pronunciation.

0 comments:

Post a Comment