Team Build is a very powerful tool, but it does not do scheduled builds out of the box. Fortunately, creating a scheduled build is very easy. With my current project, I have created a Build Type called "DailyBuild." I want this build to run each day at 3PM so that I can make sure no changes checked in during the day have broken my application. So here is what I did to achieve this. I created a batch file that contains the following and saved it on my Build server's D drive (hence the C:). @echo off...