Wednesday 2 November 2011

Make your computer speak what you type

Such tricks does not seems to be so important but it will always give you a plus point for your fun world. You can also impress others and if you are dad or mom, show it to your kids. I am now going to show how we can make your computer speak what ever we type using notepad. Follow the instructions below.

Step 1: Open a notepad and paste the following Visual basic script

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



Step2: Now save the notepad with file name speak.vbs (don't forget the extension .vbs)

Step3: Now double click on the speak.vbs file that you saved in step two. A window will pop up. Type what           ever you want to type and then click ok. You will hear computer speaking.

Hope you will be impress others.
Click here for more computer tricks

No comments:

Post a Comment