Wednesday, 17 August 2011

Make Your Computer Speak Anything


Make Computer to speak anything according to your wish....
Here are the steps to make computer to speak...
1)Open notepad.exe
2)Type the following code in notepad

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

3)Save it as ANYTHING.VBS
4)Open that file,another window will open then type anything and press ok,computer will speak as shown in above photo......
Thats it.......
if you like it plz comment......
T.C & BYE