Hello,
I figured out that I could force a CSV to open with JMP via a batch script with the following skeleton code:
START "" JMP.exe <CSV_FILE>
Where "" apparently is the magic parameter to force the CSV to open with JMP instead of its default program (Excel).
My question is, if JMP is already open (prior to running the batch script), is there a way for the batch script to force JMP to open the CSV into the JMP window that is already open and not into a new window/instance?
Not sure if the JMP.exe has command-line parameters that might be able to allow for this.
It is more of a nice-to-have as my script does what I need. It would make things a bit less cluttered.
Thanks,
JP