Thursday, June 16, 2011

Make the computer talk

From the title above you may think you doing this, the thread is less clear, hahah :)

ate a new first reading and practice you know the purpose of this thread,,

here I'll share my little knowledge to all of you about how to make computers we can talk without using any tools, hehehe

okay just go ahead without much ado and went directly disni just yuk to the crime scene,

1. You open notepad
2. Then you copy-paste the script below into notepad you who had


Dim msg, sapi
msg = InputBox ( "Apa yang Anda ingin saya katakan?", "Masukan kata-kata")
Set sapi = CreateObject ( "sapi.spvoice")
sapi.Speak msg

3. Save as, then select all files and then you name mypc.vbs
4. Completed

Try now you click2x .. How? cool right? hehe

Or if that does not want to use the InputBox (So it fits in 2x click right to speak without the need to insert the words).
Script like this:

Dim msg, sapi
msg = "Ganti dengan kata-kata anda"
Set sapi = CreateObject ( "sapi.spvoice")
sapi.Speak msg

brother how cool is this, well it does for the game just let me not be too boring, and this is only for learning and entertainment.
 
Hopefully this thread can help you to learn

No comments:

Post a Comment

thank you for commenting on our blogs