I want to make VS2015 beep on build success but want to be able to decide on what solutions to do that. I have seen that solution but would like to make it simpler.
So I have followed that and make a batch file that beeps when launched.
In short when I launch it, it writes BEEP and beeps.
But when I put in post build event the line C:\Development\beep.bat it doesn't beep but writes the BEEP label but doesn't make a sound. What's wrong in that?