MAKE UR PC SPEAK


(Guest)

Hey guyz...

This is a simple and funny trick which makes your PC to speak whatever you type in your keyboard. With this trick you can create your own text to speech converter software to make your computer speak whatever you type. This is a funny and pretty cool trick. Just run the scriptt file. Copy the code given below in the notepad and save it with any name but the extension should be .vbs i.e "anyname.vbs".
The scriptting code is:
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message



After doing this vbs file just double click on that file and you will get a window like this
Then you can type anything in the text-box of that window. The response will be in the form of speech.

Enjoy...!!!!!

 

RGDS

KUNDAN SINGH