HEX File From Arduino 1.0.1?

Hello,

Am a very new to Arduino and for this forum also. And this is my first post.
Recently I have downloaded Arduino 1.0.1 from arduino.cc web site. I tried to compile the example file, it compiled successfully but I have not get HEX file. I saw in TEMP directory and also searched whole C: drive. So please tell me how to generate HEX file. Is there any settings required or I am missing some thing.

If you turn on verbose compiling in preferences you will see where the .hex file went, but you don't normally need to know that. When you hit the Upload button it uploads it automatically.

You may be used to more complex development environments. Just connect your Arduino and hit Upload. That's it.