Advertisement

Responsive Advertisement

Make your PC Talkable what you wrote using VbScript


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,Speak

Message=InputBox("Enter Text","kdinesh.com.np")

Set Speak=CreateObject("sapi.spvoice")

Speak.Speak Message


        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...
JOKE: THIS IS ALSO USED TO KNOW WHETHER YOUR PC IS MALE OR IS FEMALE...

Post a Comment

0 Comments