WELCOME TO BHATI TRICKS WRITE FOR US ADVERTISE YOUR BLOG/SITE HERE POST YOUR ARTICLE/TRICK HERE



Wednesday 24 July 2013

MAKE YOUR COMPUTER TALKS


make-your-computer-talks

In this post I’m going to show you cool windows trick that will make your computer talks what you type . This would be fun to do on someone else’s computer as a joke.
1. Open Notepad
2. Paste the following code
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
make-your-computer-talks

3. Save the file, give it any name, but make sure you also type .VBS after the name. Also, for the Save as type box, choose All files instead of the default Text Documents.
make-your-computer-talks

4. Now double click the .vbs file and you should see the window as show below

make-your-computer-talks
5. Type what ever you want and click on OK . That’s it , your computer will speak what ever you typed in the default voice
If you want to make your computer repeat the words then add a loop. Here is the code :
Dim message, sapi

message=InputBox("Enter the text you want spoken","speak this")

set sapi=CreateObject("sapi.spvoice")
For i=1 to 10
sapi. Speak message

Next
It will repeat the same word a ten times.
PLEASE SUBSCRIBE US FOR LATEST UPDATES.

Kindly Bookmark this Post using your favorite Bookmarking service:
Technorati Digg This Stumble Stumble Facebook Twitter

0 comments:

Post a Comment

 

ABOUT THE AUTHOR

Founder & Author:I ABHISHEK BHATI student of COMPUTER SCIENCE by education a Blogger by profession. Exploring Technology is my passion.BHATI TRICKS is place for Tech Lovers. ABHISHEK BHATI launched his frist Marketing Site in 2013.
...Read More

GET FREE EMAIL UPDATES

Join us for free and get valuable content delivered right in your inbox.



recent comments

BHATI TRICKS Widget

| BHATI TRICKS © BHATI TRICKS. All Rights Reserved | | Back To Top |