Open file using batch script
I have a linux application that generates text data tables that we study with JMP. I'd like to be able to open these files in JMP with a hotkey. I was thinking of writing the filename to a standard location, then using a batch script to open the file in the currently-running JMP. I've tried a batch file with this: FOR /F "tokens=*" %%I IN (\\server\path\to\file\with\path\to\text\file\to\open) DO ...