Thursday, 31 October 2013

Make your Computer Talk

Are you wondered when you see your computer speak whenever you write. If you wish to know how to do this, then this article will help you.
With this trick you can create a script in window which will make your computer speak whatever you input to it.

STEPS:
1. Open Notepad
2. Copy and Paste exact code given below:

         Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message

3. Now save this file as speak.vbs on your desktop.
4. Now you double click on save file a window will open.
Now your computer will speak.

No comments:

Post a Comment