How to make computer to speak the given text ?

                           
                                   There are various kind of software available in the world for making computer speak for given text.Now  i am showing one of the interesting trick we easily do this without any kind of software,this trick is based on notepad.you just want want copy&paste given code into notepad.This trick can be done using visual basic script which creates small application which can convert text into speech.



Follow these steps

1) Open Notepad.

2) Copy the code given below


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


3) Press Crtl + S and save the file with .vbs extension ( like speak.vbs ).

4) Double click on the saved file.

5) After the application opens, type the text in the input field  to speak.






Stay With Us For Updated Tricks.....

How to make computer to speak the given text ? How to make computer to speak the given text ? Reviewed by Unknown on 07:49 Rating: 5
SOFT10 TEAM@TRICKSofWORLD. Powered by Blogger.