Run script in powershell
So in cmd I can run jmp.exe C:\script.jsl and it will open JMP and run the script. Anyone know how to do the same in powershell? I tried Start-Process -FilePath "C:\Program Files\SAS\JMPPRO\14\jmp.exe" -ArgumentList "C:\script.jsl" With no luck.
