Make your computer to talk
just open notepad
then
copy this..
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
and save it as anyname.vbs extension
then run the file
enter the text then press ok
No comments:
Post a Comment