(adsbygoogle = window.adsbygoogle || []).push({});
I found this .vbs code, a text to audio converter. I found it to be kinda cool, i went looking for something like this after i watched an episode of the big bang theory, and i decided that i would post it here for you guys. here it is :
Dim msg, sapi
msg=InputBox("Enter the text you would like to be spoken–Given to you by IAMSTEN","Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Tutorial
Open notepad (you should know what notepad is)
Copy the previously stated code into notepad
Save it as anything.vbs (you can put whatever you would like into the "anything" area, just make sure you add .vbs ot the end

)
Open that file and your done.
Extra: you have to re-open it after typing something, which can be tedious, but i thought it was worth posting anyway.
Say thank-you
Edit
i was just reading over the rules of this section, and to make sure i am not breaking any, i will include the fact that i did in fact get this from another website, it was not made by me.