Notepad Trick to Convert Text to Audio
Hello Friends today am Gonna show a small Trick by using notepad Which can convert text to audio with just by a click. 1)Open Notepad an...
http://kingofdkingz99.blogspot.com/2012/07/notepad-trick-to-convert-text-to-audio.html
Hello Friends today am Gonna show a small Trick by using notepad Which can convert text to audio with just by a click.
1)Open Notepad and copy/paste the below code
Dim msg, sapi
2)Save as yourname.VBS
3)Now open the saved file and Enter the text you want to convert and click OK.
HAPPY HACKING
1)Open Notepad and copy/paste the below code
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.kingofdkingz99.blogspot.in/","SARIN Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
2)Save as yourname.VBS
3)Now open the saved file and Enter the text you want to convert and click OK.
HAPPY HACKING