Subscribe:

Friday, June 29, 2012

Speaking Computer Without Software

This is the tutorial that teaches you to make your own software that speaks

first of all open the notepad then type the following things there

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

Now save the file in .vbs extension. it will work..

If You Like this Post Please write a comment..

0 comments:

Post a Comment