Talking Computer Script |
Mentioned below trick will really works and try!
This is a visual basic script file that will pop up a message which requires
1) Open Notepad
2) paste the below code on notepad...
Code:
Dim userInput
userInput = InputBox("Write a message for me to say")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput
3) Be Sure To Save As .VBS
Or Download this script file
4) Now open it and you will see an place to write
5) When you write it and press OK
6) Your computer will tell what you typed
Please share your comments and experience!
Please share your known tricks!!
0 comments:
Post a Comment