Good afternoon,
I'm executing a script generated by a ULP that exports all sheets of a
schematic to .png files. The script command being executed is:
export image filename.png;
If filename.png exists, the script stops and asks if it's okay to
overwrite. Is there a way I can force export to overwrite without
asking the user? I tried using "remove" to delete the file first, and
it asks the user for confirmation.
Thanks,
- Chuck