Thursday, February 17, 2011

Make your Own Text to Talk Software in Windows XP

Steps:
1. Open the Notepad File and Copy the Text Given Below..

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!

No comments:

Post a Comment