With
this vbs file, you can let your computer talk.
Let
it say what you want !!!
Dim message, sapi
message=InputBox("What do you want me to
say?","Type here the text what you want !!!")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Save it as Learnfromzero.vbs
0 comments:
Post a Comment