It should be easily possible to read and save boards from the scripting interface. The only problem when you want to read the eagle pcb is that the read pcb will be interpreted as the legacy kicad format, because they share the same extension.
The handling of the plugins are around: https://github.com/KiCad/kicad-source-mirror/blob/master/pcbnew/files.cpp#L359 2015-04-26 8:37 GMT+02:00 Lachlan Audas <[email protected]>: > > > I wont to call PCBNEW from a command line, IE in linux or windows, > load/import a Eagle 6.xx PCB, file and save it to a KiCad PCB file name of > my choice, and exit the > PCBNEW program, It would also be nice to open a project in KiCad from the > command line too. > > Thanks in advance. > > Lachlan > > > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

