I've written a jsx script which performs a set of automated testing operations for a plugin I'm writing.
The intention is that it spits out a folder full of PNGs that I can then externally examine to make sure its functioning as it should.
The biggest problem I've got now is that I can't find a way in Javascript to quit the Photoshop application when I'm done.
(I know VBS has a quit function, but rewriting my script into VBS isn't really an option, unless there's a way I can run VBS code from within my JSX script?)