HOW TO MAKE YOUR COMPUTER SPEAK WHAT YOU TYPE  (part 2)

Hi guys let me tell you a fantastic way to make your own talking computer which talks to you.
Yeah it is very simple .


1. open the notepad and copy following instructions on your notepad

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message


2.  after you have copied just save it with the extension .vbs 


and thats all you have to do. Then after this  execute the file you saved and boom

you get an awesome thing to play with.

 



Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment