Thursday, September 10, 2009

talk through your PC

open a notepad

type:


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



then save as vbs file.... *.vbs.

click the, icon a word. when you hit enter. your pc will talk

0 comments: