Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How To Make Your Computer Speak Whatever You Type

Today I’m going to show you how to make your Computer Speak whatever you type by using your own text to voice software. This is a simple yet amazing trick that can really impress your friends! This trick works on all Windows OS and doesn’t require any programming skills.

How to make your computer speak whatever you type:

1. Open Notepad and copy-paste the following code into it.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
 
2. Save it with the name speak.vbs and click Enter.
3. Double click the saved file and Speak to Me application will open. 
   Type in the box all the things you want your computer to say and then click OK.


This post first appeared on TECH JUNKIEEE, please read the originial post: here

Share the post

How To Make Your Computer Speak Whatever You Type

×

Subscribe to Tech Junkieee

Get updates delivered right to your inbox!

Thank you for your subscription

×