Pass argument when running script from command line
I have a JMP script that runs as a part of a larger script written in PowerShell.I start the JMP script using Start-Process -FilePath $JMP_path -ArgumentList ("`""+$JMPScriptPath+"`"") -WaitI'd like to pass an additional argument to a script - just a text string.How do I do that?I tried just writing it into an Environmental variable, but while JMP can read it just fine when it runs as a standalone...