As this question points out Appending output of a Batch file To log file I can write to a log file when running a batch job simply by using the pipe command ">".
However, what I'd really like to do is have the job write to my log file automatically - without having to run it from console (So that I can just double-click it when I want to run a build). Is there a way to do this?