Download the file without writing the code from here Or Create your own file from few steps given below-
1. Open the file in notepad and write the following code-
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
2. Save the file with Talk.vbs (or any name you like.vbs extension), it will create a VB Script File.
3. Click on the file created, it will prompt you for a text when you open the file, input the text.
4. You will hear whatever you had typed. It works well with Windows Xp, Vista, Win 7.
5. You have done..! Keep Sharing..!
A Similar Post of like this which uses a similar code as of above- Is your computer “male” or “female”?
For Further queries feel free to interact with us by our Facebook Page Gotechnosavvy,
Stay Connected with us, Subscribe Gotechnosavvy by RSS feed.
3. Click on the file created, it will prompt you for a text when you open the file, input the text.
4. You will hear whatever you had typed. It works well with Windows Xp, Vista, Win 7.
5. You have done..! Keep Sharing..!
A Similar Post of like this which uses a similar code as of above- Is your computer “male” or “female”?
For Further queries feel free to interact with us by our Facebook Page Gotechnosavvy,
Stay Connected with us, Subscribe Gotechnosavvy by RSS feed.