Here I'll Show U How To Make Ur Own Text To Talk Software In Windows XP.Just Follow These Simple Steps....
1. Open the Notepad File and Copy the Text Given Below..
2. Now Save the File as anyname.vbs (note that vbs Extension).
3.Now Open the anyname .vbs file and Write the Text that you want that Xp will speak...
4. Click on Ok and See that your Xp is Spaeking the Text...
Enjoy and Have Fun!
1. Open the Notepad File and Copy the Text Given Below..
Code:
Dim msg, sapi
msg=InputBox("Enter your text","My Talking Software")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
2. Now Save the File as anyname.vbs (note that vbs Extension).
3.Now Open the anyname .vbs file and Write the Text that you want that Xp will speak...
4. Click on Ok and See that your Xp is Spaeking the Text...
Enjoy and Have Fun!