Making your computer say what you want is pretty easy actually! Here’s how you do it:
Dim message, sapi
message=InputBox(”Enter the text you want spoken”,”Speak This”)
Set sapi=CreateObject(”sapi.spvoice”)
sapi.Speak message
Now when you go to save the file, give it any name, but make sure you also type .VBS after the name. Also, for the Save as type box, choose All files instead of the default Text Documents.
Now double-click on the VBS file and you should see a input box where you can type in the text you want spoken! Go ahead and type something and click OK.
That’s it! Your computer will speak to you in the default voice, which for me was some scary seductive male type of voice! What about yours? Enjoj
Now double-click on the VBS file and you should see a input box where you can type in the text you want spoken! Go ahead and type something and click OK.
That’s it! Your computer will speak to you in the default voice, which for me was some scary seductive male type of voice! What about yours? Enjoj
Regards : warlock
No comments:
Post a Comment