Monday, June 29, 2009

MAKE YOUR XP TALKING

it is easy to make win xp talking
just open notepad
then
copy the this..

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




and save it .vbs extension
then run the file
enter the text then
its done