Wscript.CreateObject("SAPI.SpVoice") code example
Example: make your computer talk vbscript
dim speechobject
set speechobject=createobject("sapi.spvoice")
speechobject.speak "Hello world!"
dim speechobject
set speechobject=createobject("sapi.spvoice")
speechobject.speak "Hello world!"