Question:
Is there a method of reloading a project into Kanda programmers from the command line?
Answer:
AVRISP, PSI-ISP and AVRUSB can load a project from the command line. This will load all the saved project settings (Device, Flash and EPROM files and Fuse and Lockbit settings etc). The syntax is programmer name project=projectname.prj Paths must be full paths not relative paths, with DOS syntax e.g. avrisp project=c:\progra~1\filename.prj or in double inverted commas e.g avrusb project="c:\Program Files\filename.prj"