Hello...
I want to export netlist and partlist from schematic.
I wan't to write export.scr but got problem as I can't figure how to set
filemane.
ie if export.scr is
export netlist;
export partlist;
then program ask's for filename (I don't want that)
the
export netlist filenameNnet;
export partlist filenamePart;
work's but the output is into 'curent folder' not the folder with
oppened file.
So how to set filename to export to the same folder as schematic is with
same name as schematic and just extension changed.
Thanks.
I know that is newbie question but I didn't make any script or ulp all
years I using eagle. (right now I need extra func )