<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Path to the jmpStart.jsl file in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750608#M93166</link>
    <description>&lt;P&gt;That file can be found from few different locations &lt;A href="https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750601#M93163" target="_self"&gt;Run a Script at Start Up&lt;/A&gt; and you should be able to access those using &lt;A href="https://www.jmp.com/support/help/en/17.2/index.shtml#page/jmp/path-variables.shtml" target="_self"&gt;Path Variables&lt;/A&gt; ($HOME/$USER_APPDATA and $ALL_HOME) . Note that if you use JMP18 those paths will be different but path variables will still work (&lt;A href="https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/path-variables.shtml" target="_self"&gt;Path Variables (JMP18 Help)&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 16:28:18 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-29T16:28:18Z</dc:date>
    <item>
      <title>Path to the jmpStart.jsl file</title>
      <link>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750601#M93163</link>
      <description>&lt;P&gt;I have understood that jmpStart.jsl file is automatically loaded when running JMP, which is really helpful. I asked my team members to modify their start jsl which can be found in their folder, e.g. &lt;SPAN&gt;C:/Users/&amp;lt;ID&amp;gt;/AppData/Roaming/SAS/JMP, and it went very well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now I was wondering if we could identify the path of our jmpstart.jsl even though we could check it in our log file. It would be easier for me if we could have a script with which we can get the path to it, like "get xxx directory"??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorry if my question is unclear!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:53:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750601#M93163</guid>
      <dc:creator>WakuWakuGoku</dc:creator>
      <dc:date>2024-04-29T14:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Path to the jmpStart.jsl file</title>
      <link>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750605#M93165</link>
      <description>&lt;P&gt;$USER_APPDATA should get a path that should be able to provide you with what you want.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Show( Get Default Directory() );
Set Default Directory( "$USER_APPDATA" );
Show( Get Default Directory() );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The result may need to have a level or 2 trimmed off of what is returned, but the path includes what you said you needed.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:37:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750605#M93165</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-04-29T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Path to the jmpStart.jsl file</title>
      <link>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750608#M93166</link>
      <description>&lt;P&gt;That file can be found from few different locations &lt;A href="https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750601#M93163" target="_self"&gt;Run a Script at Start Up&lt;/A&gt; and you should be able to access those using &lt;A href="https://www.jmp.com/support/help/en/17.2/index.shtml#page/jmp/path-variables.shtml" target="_self"&gt;Path Variables&lt;/A&gt; ($HOME/$USER_APPDATA and $ALL_HOME) . Note that if you use JMP18 those paths will be different but path variables will still work (&lt;A href="https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/path-variables.shtml" target="_self"&gt;Path Variables (JMP18 Help)&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 16:28:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/750608#M93166</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-29T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Path to the jmpStart.jsl file</title>
      <link>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/753420#M93520</link>
      <description>&lt;P&gt;Thank you for sharing nice info!&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 11:52:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/753420#M93520</guid>
      <dc:creator>WakuWakuGoku</dc:creator>
      <dc:date>2024-05-10T11:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Path to the jmpStart.jsl file</title>
      <link>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/753421#M93521</link>
      <description>&lt;P&gt;Thank you Jarmo for sharing many tips, which I did not know. Kiitos paljon!&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 11:52:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Path-to-the-jmpStart-jsl-file/m-p/753421#M93521</guid>
      <dc:creator>WakuWakuGoku</dc:creator>
      <dc:date>2024-05-10T11:52:55Z</dc:date>
    </item>
  </channel>
</rss>

