Share this page 

Use MS Speech from the command line using powershellTag(s): Misc Prog HowTo


The Microsoft Speech API is included with XP (or higher).
PowerShell -Command "Add-Type -AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak(\"Real's How To\");"
From VBScript, see this HowTo