hi I've been trying to copy an Arduino script or hex file from one Arduino to another using avrdude. I v spent hours working through the text file for avr dude but it still wont work. For experimental purposes I have a copy of "blink" on a new uno connected to the pc via the normal usb programming lead.
Iv double checked the com port and used it to load "blink"
when I try the Avrdude I input.
C:>Program Files\Arduino Programmer>avrdude -c arduino -P com5 -p atmega328p -Uflash:r:C:\hexfiles\test.hex:i
response is
Access is denied.
any help or ideas gratefully appreciated.