Has anyone done some sort of auto notification? Since 3/4 of the builds done here are nmake and bat file based (the only ant related builds are the ones I've gotten time to convert), I'd like to have an email sent out saying the builds completed. With the ant build, that's no problem, there are tons of listeners and mailing options. With the bat file, that's a little trickier. What I was thinking was that I'd build up a list of files that have a modification date of in a particular range, beginning at 9 PM and ending at 8 AM or something. But that leaves too much room for error.
Any suggestions?