Monday, 14 April 2014

HOW TO MAKE YOUR COMPUTER SPEAK WHAT YOU TYPE

Hi Guys ..

Now here is a new fantastic way ot make your own talking computer which talks what you type

Don't worry it is so simple

1. Open the notepad and copy following instructions on your notepad

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



2. After you have copied just save it with the extension .vbs     and thats all you have to do. Then after this execute the file you saved and boom



KEEP PLAYING AND 
STAY TUNED FOR MORE TRICKS 

3 comments: