Now your pc will speak what you type. I have this unique
trick for you. This trick works best on Microsoft operating systems. So follow
these steps:
1. Just copy the following code, paste it in
notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2. Now save this notepad file with the name speak.vbs
on your desktop.
3. Now double click on speak.vbs and
type in the box whatever you want your computer to speak for you.
4. After type press ok button. Now your
computer will speak in English what you have typed.
No comments:
Post a Comment