I am using an Arduino Uno R3 as the ISP. I've uploaded the ISP code (found in the example folder) to the chip and set it's COM port correctly when identifying it in the Command Line window.
I'm getting this error back...
avrdude: stk500_getsync<>: not in sync: resp=0x00
This is the line I am entering...
avrdude -p at90usb82 -F -P COM22 -c avrisp -U flash:w:HIDUINO_MIDI.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m
windows does not include c:\ in its default path, so you could just copy the hex file into your home folder (c:\users"No Panda"), run avrdude from the root folder (c:) or start messing with path's