Just wondering if anyone knows if it there is a command for the command line
that will insert the file name. I want to export an image of the board and
use the file name as the name for the file. I want to write a script file
so I need it to grab the current drawing name and append .png to the end of
it. Below is an example of export image command at 300dpi.
export image DRAWING_NAME.png 300;
Thanks in advance.