Saturday 15 December 2012

Create Audio From Text using Notepad

CONNECT ON FACEBOOK-- FACEBOOK.COM/LOVEWASE13

Create Audio From Text using Notepad !

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 .

No comments: