Pages

V TIPS & TRICKS

Friday, January 23, 2015

How to make your computer talk/speak

How to make your computer talk/speak Have you ever heard that your computer can speak which you wrote??...


yes,your computer will speak your written words..

It is fun.right?.
Today,i will show you how to make your computer speak..

Follow this steps..

(1)Open notepad..

(2)Copy and paste below code..

Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


(3)Now,click on file menu,save as,select all file types and save the file as "Speak.vbs" or "*.vbd"..

(4)Now,open this file,you can find window like this picture..



(5)Write,what you want to hear from computer and click on ok.


I hope you will enjoy this trick...


Have fun....