Wednesday, November 10, 2010

Create Your own talking Software Tool using WIndows Xp.

Hello here I will Show You How to make the talking software in Windows Xp... Here we will utilize the default voices of Xp. Using this software you can make Windows to Speak the Words that you type..So Guys Read On..


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...

1 comment:

Rajasubramanian S said...

Thanks for the useful post.