AVR dude ftdi bit bang mode - how to program?

I have been using avrdude ftdi bitbang mode to burn bootloaders on. Now how do i burn programs directly without the bootloader? can someone give me an example command?

I don't think there is a special command for that. Just erase the chip (that removes the bootloader,the reset jump address, and the lock bits) and burn the sketch's HEX file. At least that is what I think I did when I played with it some time ago, however I was using a windows GUI wrapper program that drove AVRDUDE, so I didn't have to master all the AVRDUDE command line stuff.

Lefty

this is resolved. i used the hex file i wanted to burn instead of the bootloader.