- Paste the following code in notepad
- save as name .vbs press enter
- open the saved file by double click on it
- type anything ur computer will speak to u.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Regards,
Ramakrishna.E



LinkBack URL
About LinkBacks
Reply With Quote