Instrcuctions:
*paste the below given code in notepad
*Save as "AnyFileName".vbs
*Run the file
*Enjoy!!!
CODE:
Dim userInput
userInput = InputBox("Type below anything to hear you PC speak it!")
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak userInput