Monday, 15 September 2014

Make your computer talk!


How to make your computer talk or how to make your PC speak whatever you write. Well it is not that much difficult as it seems. Just follow the given steps to make your computer talk.

1. Open notepad

2. Open then type the code in notepad given below     
          Dim Message, Speak
           Message=InputBox(“Enter Text to Talk ”,”Speak”)
           Set Speak=CreateObject(“sapi.spvoice”)
           Speak.Speak Message

 

3. Now save the file as speak it.vbs (give any name as you want but extension should be same)

4. Now open the file and type what you want your computer to speak
 
 
It will speak out loud whatever you write in it.
 
 

0 comments:

Post a Comment