This is the very simple four lines VBScript to make computer speak.
1) Open a new notepad and type the following coding or copy and paste it in notepad.
CODE:
Dim Message, SpeakMessage=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
its is showing error in thrird line sapi.spvoice
ReplyDelete