(Submitted by Geetanjali)
A very nice and interesting trick for all of you. Now you don't need to install any software to convert text to audio. Just with the help of a notepad you can convert a text to audio and also can listen it.
Just go through the following steps to make it
(1) Open a note pad.
(2) Paste the following code in the note pad.
Dim message, sapi
message = InputBox("A cute Text to Audio converter"+vbcrlf+"From - www.funbutlearn.com","Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
(3) Save
it in any name with .vbs extension.
(4) Now go to the path where you have saved it and double click on the icon. A new window will appear as follow.

(5) Now its your turn. Write something in the text field and Enjoy ! ! !
(Using this technique you can create a speaking clock in your PC)


