Make your XP system Talk

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Copy the code in Red to a file in Notepad
Save it with any name with .vbs extension and Enjoy!!!!!
0 Responses

Post a Comment