- Back to Home »
- hacking , notepad »
- Notepad Trick - Text to Audio
Posted by : Unknown
March 16, 2014
Notepad Trick - Text to Audio
- Open Notepad file on your Windows PC.
- Copy and paste the below mentioned code :
Dim msg,
sapi
msg=InputBox("Enter your text for conversion–www.ashacks.blogspot.com",
"TechVorm Text-To-Audio
Converter")
msg=InputBox("Enter your text for conversion–www.ashacks.blogspot.com",
Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg
Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs