My JMP installation path is "c:\00\jmp\jmp.exe".
I need to start jMP.exe in a VBA and have "jMP.exe" run the "c:\abc.jsl" file.
I wrote VBA like this.The JMP program can be started, but JSL is not running.
Sub test()
Shell "c:\00\jmp\jmp.exe ""c:\abc.jsl"""
End Sub