Make your Computer Talk
Make your Computer Talk
1.Open Notepad.
2.Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.s pvoice")
Speak.Speak Message
3.Save the file as "Speak.vbs" ( you can also save with different name but extension must be *.vbs )
4.Just run the "Speak.vbs"
1.Open Notepad.
2.Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.s
Speak.Speak Message
3.Save the file as "Speak.vbs" ( you can also save with different name but extension must be *.vbs )
4.Just run the "Speak.vbs"
Comments
Post a Comment