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
![2020-06-29_17-50.png 2020-06-29_17-50.png](https://community.jmp.com/t5/image/serverpage/image-id/24857iBEDEA8EB23D24663/image-size/large?v=v2&px=999)