you to write something...
when you write it and press okyour computer will tell what you typed
Paste This Code on your notepad and save it as talk.vbs
NOTE: Be sure to save it in a .vbs file extensionDim userInput userInput = InputBox("Write a message for me to say") Set Sapi = Wscript.CreateObject("SAPI.SpVoice") Sapi.speak userInput
0 comments:
Post a Comment