Make your PC speak
Make your PC speak.
copy all the codes below in notepad :-
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
and save it as talk_with_me.vbs remember .vbs is very very important now open the file type your text and enjoy
copy all the codes below in notepad :-
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
and save it as talk_with_me.vbs remember .vbs is very very important now open the file type your text and enjoy
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment