just copy these lines in notepad in your computer and save as .vbs and double click on it and type anything and press enter
you can hear what u write in it.
the code is:-
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
you can hear what u write in it.
the code is:-
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
No comments:
Post a Comment