Notepad Hack :
Now Convert text to speech in XP without any software using small tweak
Now no need to buy or download any software to convert text to voice
Even no need to open Control Panel again and again
Try this little trick
Open a new notepad file and copy the following code :
Dim msg, sapiNow save this file with any name with .vbs extension like yourname.vbs
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Now open this file and you wil see a text box prompting for text. Enter your text and click OK .Now you can hear it :D
its just a shortcut way and quick way to convert text to speech
Note : I have tested it only in windows XP , if it works in any other version of Windows , kindly mention here :)
No comments:
Post a Comment