Your computer can speak
=> open notepade
=>copy and past this code
=> Save its as Speak.vbs
=>double click the file
=> See the magic
Dim Message, Speak
Message=InputBox("Enter Text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Messag...
Your computer can speak
