Hi @txnelson ,
I tried using RunProgram(). It work as what I want. But somehow, when I try using it with my add-in, it prompt me this error :
"CreateProcess failed with error 2: The system cannot find the file specified"
I don't know what is wrong and how to solve this problem. Below is current code that I use:
mcr = RunProgram(Executable("$ADDIN_HOME(com.jmp.matlabinjmp)/Get_CSVs_19.exe"),
Read Function("blob"));
// call another .jsl to concatenate table
include("$ADDIN_HOME(com.jmp.matlabinjmp)/CombineCSVs_Split_By_UnitID.jsl");