How to fully exit JMP when using .bat to run .jsl script
When use .bat to run one jsl file, I can close all the data tables using script in JSL file, while at the end the JMP home window still there, can't exit automatically.when use older JMP version like JMP9, no such issue.the contents of .bat and .jsl are as below:the .bat filethe .jsl file, just very simple script to do datatable update.After double click the .bat file, the jsl run normally, only t...