F fahlawy Mar 12, 2005 #1 How can I call the "Text to Speech" functionality in windows xp through wmi?
T Torgeir Bakken \(MVP\) Mar 13, 2005 #2 fahlawy said: How can I call the "Text to Speech" functionality in windows xp through wmi? Click to expand... Hi I don't think WMI have this capability, try this instead in a VBScript: '--------------------8<---------------------- Set oSpVoice = CreateObject("SAPI.SpVoice") oSpVoice.Speak "Have a nice day" '--------------------8<----------------------
fahlawy said: How can I call the "Text to Speech" functionality in windows xp through wmi? Click to expand... Hi I don't think WMI have this capability, try this instead in a VBScript: '--------------------8<---------------------- Set oSpVoice = CreateObject("SAPI.SpVoice") oSpVoice.Speak "Have a nice day" '--------------------8<----------------------