Monday, June 11, 2012

Now talk your PC without software


When you want your PC will talk. For it you no need software. Please copy this scrip and paste into notepad. And save as “speak.vbs”.

1
2
3
4
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

And now open this software by double click. Then you show a window like this photo.


Now write into mark box. Few second wait and see.

0 comments:

Post a Comment

Thank you for left a comment.