I was thinking of adding a 'Post build' step, which plays a silly fan fair effect when a build succeeds.
Is there a command line utility to play the sound effect or an easier way of achieving this vital programming goal!
|
I was thinking of adding a 'Post build' step, which plays a silly fan fair effect when a build succeeds. Is there a command line utility to play the sound effect or an easier way of achieving this vital programming goal! |
||||
|
|
You could also take a look at this since it is actually an older duplicate of your question with more sugestions that might just work: How can I get Visual Studio to beep at me if a build succeeds? For VS 2008 and newer you should look at this (some people mention they have the options in Sounds and Audio Devices dialog with 2005 SP1 installed while others say with 2005 it never works/worked- but who knows maybe you just get lucky ;-)): http://weblogs.asp.net/rrobbins/archive/2007/11/02/sound-events-for-visual-studio.aspx |
|||
|
|
If you don't mind the Windows Media Player popping up (and staying open), you could either try
or
Or I guess you would have to use a custom sound player (or build your own). |
|||
|
|
|
you could use command line audio players like http://www.mpg123.de/ |
|||
|
|