In this post I’m going to show you cool windows trick that will make your computer talks what you type . This would be fun to do on someone else’s computer as a joke.
Dim Message, Speak
Message=InputBox("Enter Text to Talk ","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message3.
Message=InputBox("Enter Text to Talk ","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message3.
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 the .vbs file. Type what ever you want and click on OK . That’s it , your computer will speak what ever you typed in the default voice.
No comments:
Post a Comment
Do leave your feedback on the comment box below.