[close]

Saturday, October 30, 2010

Let your computer speaks...

1 comments

This is an amazing tutorial to amaze your friends. By using this trick you can make your computer to speak whatever you type. This is working on all microsoft operating system and does not require any programming skills. You just have to follow just simple steps and your own Text to Voice software will be ready. If you show this software to any of your friends he will be certainly impressed with you.

Ok, the tutorial is fairly simple and requires only 3 simple steps from your side. Let’s

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

2. Now save the notepad file with the name speak.vbs at your desktop.

3. Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

It’s a really funny trick to impress everybody with your computer skills

 

Deby Qibrata

1 comments:

Post a Comment