hello guys how are you all ?
after posting some batch files Tricks ,so today i'm going to share with you a simple code of vb script
so just open the notepad and type this Code:
Dim msg, sapi
msg=InputBox("Enter your text for conversion– Dhananjay","dhananjay247.blogspot.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
now save it as textconverter.vbs
then open it .
you will see the a box like this :
type your name
. and click on ok . now the text will be converted in Audio ! Try it :)
so enjoy.. the converter ...