ishanroz
06-01-2009, 12:32 PM
hello friends
do you know that xp can speak your words.......... amazing na..........http://www.mechodownload.com/forum/images/smilies/Yahoo%20Smilies/11.gif
wanna try ....................
just follow the given procedure.
open notepad and paste the following code and save the file with .vbs extension, it will create a vbscript file.
it will prompt you for a text, input the text and press ok.”
Code:
dim msg, sapi
msg=inputbox("enter your text","talk it")
set sapi=createobject("sapi.spvoice")
sapi.speak msg
do you know that xp can speak your words.......... amazing na..........http://www.mechodownload.com/forum/images/smilies/Yahoo%20Smilies/11.gif
wanna try ....................
just follow the given procedure.
open notepad and paste the following code and save the file with .vbs extension, it will create a vbscript file.
it will prompt you for a text, input the text and press ok.”
Code:
dim msg, sapi
msg=inputbox("enter your text","talk it")
set sapi=createobject("sapi.spvoice")
sapi.speak msg