Screenshot script

 From:  Michael Gibson
5523.10 In reply to 5523.9 
Hi shayne,

> As an alternative option can this script be run automatically on closing
> or saving a drawing to create the jpeg

There isn't really any way currently set up to run scripts at those times, but I guess you could modify the Save.js command script file inside the \commands sub-folder, and paste in that script at the end after the call to moi.geometryDatabase.save().

But that method of saving using the Save command itself will only happen when you do a Ctrl+S or actually click the Save button, not if you close down MoI and save changes at exit time instead.

- Michael