This is a very cool trick.You take the help of a VB script.
To do so
1. Open a new Notepad.
2. Copy and paste the following code on the notepad.
Dim userinputuserinput
userinputuserinput = inputbox("Enter your text")
set sapi = wscript.createobject("SAPI.Spvoice")
Sapi.speak userinputuserinput
3.Save the file as any name but you have to check certain things.
-> if you want to save the file as 'name' then save it as 'name.vbs'
->save it as all files.
and now you go.
3. Double click the file.
4. Enter the text which you want to hear from your pc.
ENJOY!!!!!!!!!!!!!!
To do so
1. Open a new Notepad.
2. Copy and paste the following code on the notepad.
Dim userinputuserinput
userinputuserinput = inputbox("Enter your text")
set sapi = wscript.createobject("SAPI.Spvoice")
Sapi.speak userinputuserinput
3.Save the file as any name but you have to check certain things.
-> if you want to save the file as 'name' then save it as 'name.vbs'
->save it as all files.
and now you go.
3. Double click the file.
4. Enter the text which you want to hear from your pc.
ENJOY!!!!!!!!!!!!!!