How Do I Make It Work?
First you need to open a notepad file or just any other text editor file. Now after doing this you need to paste the following below code in the opened notepad file.
The Code:
Dim message, sapi
message=InputBox("What do you want me to say?","TechGyo.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Now, what you need to do is just save the file with .vbs extension Example: TechGyo.vbs
After that your Script is ready. Type anything in it and press enter, it will speak up for you. So you have made your own Text To Speech converter, show it to your friends and have fun.
this was really cool.
how does it work actually? Windows has inbuilt support for running vb scripts?