Can't find .hex file, why is it so hard?

When I compile with arduino, Redirecting says that the .hex should be spit out in \Documents and Settings<USER>\Local Settings\Temp (windows)and it , well, isn't.

Any idea why they make it so difficult to track down my .hex file after compiling? I'm looking into loading it manually... Will I have to just #include "wprogram.h" and compile /upload everything in avrdude? I'm not too excited about that because the learning curve with all that is quite a bit steeper...

Steve ... is that your name? ... if you hold down Shift while clicking on the Verify button (top left) you will find where all the files went.

Yup, worked... and I successfully uploaded blink!