Thursday, February 25, 2010

Make your computer talk without software

want to make a computer you can talk?? here it is how:

1) Open Notepad.
2) COPY CODE BELOW In Notepad

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

3) Save any name ending in. Vbs
4) REMEMBER TO SAVE THE FILE AS. VBS
5) Double click the file.
6) Any written NOW textbox and press ok
7) YOUR COMPUTER WILL SPEAK WHAT YOU HAVE WRITTEN YOU IN TEXT BOX

No comments:

Post a Comment