This is very good and interesting javascript trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow belowsimple steps.
- First open Notepad and copy below codes
Dim message, sapi
message=InputBox("What do you want me to say?","http://studentsupport9.blogspot.in/")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Now save the notepad file as talk-with-me.vbs
Now it will be say "hello"
0 comments:
Post a Comment