How to make computer to speak your sentence – notepad tricks

0



How to make computer to speak your sentence

 



For the getting voice from PC follow this step.
step 1 : open notepad

step 2 : copy the following code on notepad

Dim message, sapi
message=InputBox("What do you want me to say?","Tricks4Me.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
 



Step 3 : Save as a name.vbs
Step 4 : Run it
Step 5 : Type sentence & click on OK.
Step 5 : Can’t forgot to like & share with Friends…!!!
Share.

About Author

Leave A Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.