Yes, Windows XP can talk!! Those who don’t believe, don’t read ahead!!
Getting back to the point: XP can talk. I am not drunk!! It’s just a part of scripting. All you need is to create a .VBS file (VB Script).
Method:
1. Open a text editor like Notepad or any other.
2. Put the following code in it.
Dim msg, sapi
msg=InputBox(“Enter your text”,”Talk it”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
3. Now save the file with the name “talkxp.vbs”.
4. And now run that file by double-clicking it!!
The file can be downloaded from here.