Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoic e")
sapi.Speak message
open notpad : copy paste above code and save file as speak.vbs
now double click this file and your pc speak your words what you write in box.
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoic
sapi.Speak message
open notpad : copy paste above code and save file as speak.vbs
now double click this file and your pc speak your words what you write in box.
No comments:
Post a Comment