Open CSV with JMP via batch script without opening new JMP window
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 in...
johnmoore