Pages

Friday, September 17, 2010

Make your computer whatever you type



just type following code in notepad and save with .vbs extension.




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

0 comments:

Post a Comment