Make Your Computer Talk/Speak As You Type

This is a little cool feature of windows so that you can make your computer talk or speak whatever you type or tell him. This method takes advantage of a built-in API installed on most Windows XP machines called SAPI (Speech Application Programming Interface).

Now, with this trick you can create a script in Windows which will make your computer speak whatever you input to it. Follow this steps :

Step 1 : Open Notepad from Start Menu --> All Programs --> Accessories --> Notepad.
 
 
 
Step 2 : Type or Copy the following Code into Notepad.

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


 
Step 3 : Now Save this File as speak.vbs. Make sure you must have the file save as .vbs

Step 4 : Now Double Click on this file and following window will open. And type whatever you want to spoken to computer.
 
 That's it !!! Enjoy this awesome trick ......


Emoticon Emoticon