The documentation for this is located in the Scripting Guide
Run a Script at Start Up
If you want to run the same script every time you start JMP, name it jmpStart.jsl and place it in
one of the following folders, as appropriate for your operating system. When JMP starts, JMP
looks for the jmpStart.jsl script in these folders in the order in which they are listed here. The
first one that is found is run, and the search immediately stops.
Note: Some path names in this section refer to the “JMP” folder. On Windows, in JMP Pro, the
“JMP” folder is named “JMPPro”. In JMP Shrinkwrap, the “JMP” folder is named “JMPSW”.
On Windows:
1. C:/Users/<username>/AppData/Roaming/SAS/JMP/14
2. C:/Users/<username>/AppData/Roaming/SAS/JMP
On Macintosh:
1. /Users/<username>/Library/Application Support/JMP/14
2. /Users/<username>/Library/Application Support/JMP
The jmpStart.jsl script runs only for a particular user on a computer. You can add a script
named jmpStartAdmin.jsl in one of the following places, as appropriate for your operating
system. This script is run for every user on a computer. JMP searches for the administrator
start-up script first, and runs it if found. Then JMP searches for the user start-up script, and
runs it if found.
On Windows:
1. C:/ProgramData/SAS/JMP/14
2. C:/ProgramData/SAS/JMP
On Macintosh:
1. /Library/Application Support/JMP/14
2. /Library/Application Support/JMP
Jim