How to write a JSL script to call and run other scripts without opening a script window but showing just a cancel button?
I want to write a JSL script say myScript.jsl which when double clicked to open does not open itself in the script window but runs other scripts called inside myScript.jsl while showing a modal window displaying "Script Running" and a Cancel button to stop further execution.If this is possible to do in JSL, could I please have an example?