Do you know that your computer has power to speak the
text what you wrote? Yes , absolutely every Pc has that power to speak. So to
make your Pc talkable what you wrote all you have to do is simply write some
code on your notepad and simply save it as anythingyoucanwrite.vbs. But don't
worry all the code is given below, you can copy and paste these. So let’s get
down to procedures:
STEPS:
1· First copy
the given codes and paste it on the notepad {To open notepad just hit win Key +
R and type notepad and hit enter}
Dim Message,SpeakMessage=InputBox("Enter Text","kdinesh.com.np")Set Speak=CreateObject("sapi.spvoice")Speak.Speak Message |
2·
Then save
the above code as anythingyoucanname.vbs {Don’t forget to change .txt into
.vbs} on Desktop so that it will be easy to find and open it.
So it’s ready now launch the .vbs file and enter the text
you want computer to speak and see the magic...
0 Comments