This is very good and interesting java script trick which let your computer speaks whatever you type. There is no requirement of any software.
Dim message, sapi
message=InputBox("What do you want me to say?","saiviru")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Now save the notepad file as talk.vbs
Now close the notepad file and open it again
Done!!
First open notepad and copy following codes
Dim message, sapi
message=InputBox("What do you want me to say?","saiviru")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Now save the notepad file as talk.vbs
Now close the notepad file and open it again
Done!!
No comments:
Post a Comment