XtGem Forum catalog
Make Your Computer Speak what you write with notepad trick

Hi friends, make your computer speak as you write...
Look here's a simple way how to make your computer speak what you want.

Now i am going to show you how to create your own program i.e
its just an vb script which makes you Computer to speak what ever you input!
This is a VB script .
Just Open Notepad and copy the below script,


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


Save the file as "ANYTHING.vbs" (without quote) and close notepad.
Open the file and write what you want to make your system to speakand hit OK.
Now just see what happens??
You would not believe but you will have to believe that your computer spoke wht your wrote..

€NJ()¥