Thursday, 26 July 2012

Make your Computer Talk

Make your Computer Read What you Type


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!!!






1 comments:

Anonymous said...

Nice vbs trick. Didn't knew about this script. Thanks for the share..

BthemesandTricks is loading comments...