Sunday, 29 December 2013
How to make your PC speak what you type?
Sunday, 29 December 2013 by Unknown
This
is an amazing trick in this blog to amaze your friends.By using this trick you can
make your microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.
computer to speak whatever you type.
If you show this software to any of your friends he will be certainly impressed with you .
Tags:
How To
computer to speak whatever you type.
If you show this software to any of your friends he will be certainly impressed with you .
Make Your Computer Speak Whatever You Type
Step 1. Open Notepad and copy and 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
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Step 2. Now save the notepad file with the name "*".vbs at your desktop/anywhere you want.
Step 3.Now double click on "*".vbs type in the box whatever you want your computer to speak for you.
Now you can type anything you want to here from your computer..
This post was written by: Author Name
Author description goes here. Author description goes here. Follow him on Twitter
Get Updates
Subscribe to our e-mail newsletter to receive updates.
Related Articles
Subscribe to:
Post Comments (Atom)
0 Responses to “How to make your PC speak what you type?”
Post a Comment