1.) Open “NOTEPAD”.
2.) Copy and paste below given code in NOTEPAD
Dim Message, Speak
Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message
3.) Save your File as SPEAK.VBS or ANYNAME.vbs (Don’t Forget to add .vbs after file name)
4.) Open the Saved File and a new window will get opened
5.) Now type anything and Listen To Your computer.
Comment & Share If Works…