Thursday 26 July 2012

Make your Computer Talk

Make your Computer Talk 

It is possible to make your computer talk? The answer is YES. Your computer can talk. I am going to share with you a program written in VB Script. With the help of this program, your computer can speak whatever you want to hear from it. Please inform me whether you liked it or not. Just follow the steps below:


1. Goto Start and then Run.


2. In Run option, type NOTEPAD and then press enter.


3. In Notepad, write or copy the following code:


strText = "Hello how are you.. have a great day."
Set objVoice = CreateObject("SAPI.SpVoice")
objVoice.Speak strText


4. Save the file as talk.VBS. You can use any filename in place of "talk".

5. Now double click on the file. Is your computer saying---
Hello how are you.. have a great day.

No comments:

Post a Comment