Answered
How to play a Warning Sound on Windows?
Customer wants me to have some audio feedback in case somethings goes wrong with script. (E.g.: User clicks on script although no document is open).
They do not like alerts.
On Mac it is easy:
app.doScript("beep",ScriptLanguage.APPLESCRIPT_LANGUAGE);
Is there an easy, reliable way to do it for our Windows friends?
Thanks,
Ralf
