02-12-2013 02:14 AM
Hello,
I have tried this code:
Dim oMySpeech Set oMySpeech = CreateObject("SAPI.SpVoice") Call oMySpeech.Speak("Hello World!")
Script runs fine, but there is no voice at all. (yes, I DID check that loudspeaker is turned on )
I need to write a script that talks to the engineer rather than displaying messages on the screen.
What would be the best way to do this?
H.
02-12-2013 02:22 AM
Hi HoBaLa,
The script works fine on my PC. It works fine either if I run it in DIAdem or save it as a VBS file and run it in Windows. Please check whether it works just in the Windows environment.
Greetings
Walter
02-12-2013 02:50 AM
Thanks for the quick response.
So this seems to be a Windows restriction in my company environment. I'll check this.
Thanks for your help!