Make windows to read the text...your own self.

do you want to wright a simple script program to make the windows to articulate your text? then

Tip for you

copy the text

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


Paste in a notepad.

Save as talk.vbs

It will prompt you for a text,

input the text and

press ok.



Have a cool talk..:-)

Additional tip:-There is a obtion in windows control panel that is "text to speech" that can be make the same process.when you type the text it will articulate what you type.:-)