atmel studio avrdude error

hi, I'm trying to use Arduino using atmel, but I cant upload to the Arduino. I followed the instructors on this site:

but I'm getting this error:
avrdude.exe: can't open config file "C:\Program": No such file or directoryavrdude.exe: error reading system wide configuration file "C:\Program"

I'm using the following arguments:
-CC:\Program Files(x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM8 -b57600 -D -Uflash:w:"$(ProjectDir)Debug$(TargetName).hex":i

How can I get this to work?

Perhaps there is an Atmel Studio Forum?

Or just use the Arduino IDE?

...R

How can I get this to work?

When an argument has spaces in it, as the path does, the whole argument needs to be in double quotes.