call .exe, let it run and open another .jsl after .exe closed
Hi. I want to run my .exe application using JMP script and after .exe closed, I want my JMP script to execute another script sequentially. Right now, if i run my code, both .exe and .jsl run at the same time. I need output from .exe as an input to my .jsl which is why I need .exe to finish running first. Below is my code. Anyone can help me?
Open("C:\GetICOS_CSVs.exe");
include("C:\ICOS_Data ...
johnmoore