i want to load sketch without bootloader

i want to load sketch without bootloader in atmega328 using uno as isp how it is possible i did the same as link below

but get error every time i load sketch

=======error===== "

Arduino: 1.6.11 (Windows 7), Board: "ATmega in Stand Alone (w/ Arduino as ISP)"

Property line '?# See: Google Code Archive - Long-term storage for Google Code Project Hosting.' in file D:\ARDUINO\SOFTWARE ARDNO\Arduino\hardware\arduino\avr\boards.txt is invalid

Error compiling for board ATmega in Stand Alone (w/ Arduino as ISP).

  • Open the file D:\ARDUINO\SOFTWARE ARDNO\Arduino\hardware\arduino\avr\boards.txt in a text editor
  • Change:
?# See: http://code.google.com/p/arduino/wiki/Platforms

to

# See: http://code.google.com/p/arduino/wiki/Platforms
  • Save the file
  • Restart the IDE
  • Try again.

Unless you actually need the extra 512 bytes, you should be able to use SHIFT-UPLOAD (or "SKETCH/"Upload using programmer" without having to modify boards.txt at all (assuming that you've set the TOOLS/Programmer and Tools/Port correctly.)