I wrote a batch script interactively to perform some tasks.
Sometimes these tasks take a lot of time, and then the package asks if the user wants to go to the next task or return to the main menu of the package or ... etc.
Now I want to add the Interactive Alarm command, which will emit a small short beep (for example, the one that we turn on on our PCs) to alert the package user about new issues.
I don't know if this is possible or not, but the most important thing for me is NOT to use a GUI application like WMP or so. I just want to do this from the background, even if this sound signal should be made from a free speaker or using a third-party CLI application (by the way, I installed Cygwin on Win7-x64).
Please note that I will add this alarm command just before the interactive questions, waiting for the user's response to go to the next stage, so I canโt just end the package with a real beep error!
So, someone please tell me how to do this?
I appreciate your help :)
source share