Let speak your computer whatever you say.
Cool and amazing trick to make your computer speak what ever you want
Follow the Steps:
==============
1. Open Notepad
2. Copypaste the below mentioned code:
Dim userInput
userInput = InputBox("Write a message for me to say")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
and save it as .vbs file
example: talk.vbs
In that above mentioned place Type the words, or sentences that you like, after that press OK!
Then you can see your computer talking!
0 comments: