Home » » Make your computer talk what you type

Make your computer talk what you type

Posted by Tech Space Media on Sunday, August 17, 2014

This is very good and interesting Visual Basic
Script Trick which let your computer speaks whatever
you type. There is no requirement of any software. Just
follow below simple steps.
◆First open noteped and copy below codes
Dim message, sapi
message=InputBox("What do you want me to
say?)
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 !!!


0 comments:

Post a Comment

Popular Posts

Blog Archive

.comment-content a {display: none;}