Make your Computer Talk

4:31:00 PM |


Did you know you can make your computer talk what you type? Hmm are you fascinated to hear that? The truth is you can.

Step One : Open your Text Editor
Step Two : Copy and Paste the code below
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message














Step Three: Save the file with any name but you must add the extension ".vbs" without the quotes.
Step Four : While saving, change the Save as Type from the default Text Documents(*txt) to 
All files.
Step Five : Go to the location you saved the file and click on it.





Step Six : Type What you want and press ok, it will be read by the Computer. That's it!!!
Happy Reading!!!

0 comments: