It is easy to make Win Xp talking.
Just Open Notepad
then
Copy this Code..
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
Its really cool
Leave comments, Please