Sunday, May 27, 2012

Make your computer speak whatever you type


Hi there, just want to share this trick to all of you. This trick enables your computer to speak whatever you enter in the textbox, it’s also fun hearing how your computer pronounced the words. You can also use this trick to amaze your friends.
This trick will work on all Microsoft Windows operating system (i’m using windows 7). This trick is really simple all you have to do is follow 3 simple steps below:

  

1. Open Notepad

Open notepad, copy the code below and paste it 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

        2. Save the file with name speak.vbs at your desktop.

  

3. Execute / Run speak.vbs

   Hope you enjoyed the trick!

   

2 comments:

  1. Actually a good trick. Why not try something more advanced and interesting next time ? http://adf.ly/BM3Yq

    ReplyDelete
  2. funny trick;;
    really enjoyed doing that..

    ReplyDelete

Pages