@echo off avrasm -i %1.asm %1.lst %1.hex if exist %1.hex progf -d at90s2313-a -p com2 %1.hex if exist %1.eep proge -d at90s2313-a -p com2 %1.eep