This trick is most amazing trick you have ever seen.With the help of this trick you can make your computer speak what you type.Its a really funny trick to impress everybody with your computer skills.
Just follow these steps...

  • Open the Notepad and copy the following 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


  • Now save this as Listen.vbs
  • Open the Listen.vbs and type anything and click ok
  • Computer will start speaking whatever you have typed

Disclaimer: Everything here is for informational purposes only.