Open Notepad and type this in:
strText = inputbox(“What should Sam say?”,”Sam”)
Set objVoice = CreateObject (“SAPI.SpVoice”)
ObjVoice.speak strText
save it as whatever.vbs.
_________________________
Learn about Ethical Hackings
Open Notepad and type this in:
strText = inputbox(“What should Sam say?”,”Sam”)
Set objVoice = CreateObject (“SAPI.SpVoice”)
ObjVoice.speak strText
save it as whatever.vbs.
_________________________
Comments
Post a Comment