<?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: How do I open multiple JMPS in a batch file and run different JSL scripts separately? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477717#M72212</link>
    <description>&lt;P&gt;It can work.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Run four BAT commands in a BAT file.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;start D:\bat1.bat

ping -n 8 127.0.0.1 &amp;gt; nul
start D:\bat2.bat

ping -n 8 127.0.0.1 &amp;gt; nul
start D:\bat3.bat

ping -n 8 127.0.0.1 &amp;gt; nul
start D:\bat4.bat
exit&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Apr 2022 09:25:12 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2022-04-09T09:25:12Z</dc:date>
    <item>
      <title>How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477424#M72173</link>
      <description>&lt;P&gt;I tried a *.bat file&lt;BR /&gt;Want to open multiple jmp.exe in a row.Each interval is 8 seconds.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;"I:\00\jmp151\jmp.exe" D:\0\test1.jsl /runcscript
ping -n 8 127.0.0.1 &amp;gt; nul

"I:\00\jmp151\jmp.exe" D:\0\test2.jsl /runcscript

ping -n 8 127.0.0.1 &amp;gt; nul
"I:\00\jmp151\jmp.exe" D:\0\test3.jsl /runcscript

ping -n 8 127.0.0.1 &amp;gt; nul
"I:\00\jmp151\jmp.exe" D:\0\test4.jsl /runcscript
exit&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-04-08_20-02-32.png" style="width: 450px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41608i05D0803FB4E25575/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-04-08_20-02-32.png" alt="2022-04-08_20-02-32.png" /&gt;&lt;/span&gt;&lt;BR /&gt;In reality, only one JMP can be opened.&lt;BR /&gt;However, making these four commands into four independent bat commands and executing these four BAT files respectively can run four JMP processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:56:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477424#M72173</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T16:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477695#M72209</link>
      <description>&lt;P&gt;I think this has nothing to do with JMP but rather how commandline runs commands.&lt;/P&gt;
&lt;P&gt;You could try using &lt;A href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/start" target="_blank" rel="noopener"&gt;start (docs.microsoft.com)&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1649487913795.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41633i35AFDA4AC32BB251/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1649487913795.png" alt="jthi_0-1649487913795.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 07:06:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477695#M72209</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-04-09T07:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477716#M72211</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Thank&amp;nbsp;&lt;/SPAN&gt;&lt;FONT&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;jthi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class=""&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;My computer runs this command every time it boots up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;All of these software can work properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;start regedit.exe /s I:\00\1\UltraMouse.reg
start I:\00\1\UltraMouse.exe
start I:\00\1\ToggleQUICKPOINT.exe

ping -n 3 127.0.0.1 &amp;gt; nul
start I:\00\1\brilliancecontrol.exe&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Apr 2022 09:09:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477716#M72211</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2022-04-09T09:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477717#M72212</link>
      <description>&lt;P&gt;It can work.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Run four BAT commands in a BAT file.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;start D:\bat1.bat

ping -n 8 127.0.0.1 &amp;gt; nul
start D:\bat2.bat

ping -n 8 127.0.0.1 &amp;gt; nul
start D:\bat3.bat

ping -n 8 127.0.0.1 &amp;gt; nul
start D:\bat4.bat
exit&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 09:25:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477717#M72212</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2022-04-09T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477720#M72214</link>
      <description>&lt;P&gt;What I did for the &lt;LI-MESSAGE title="Project file for Jelly Video" uid="465068" url="https://community.jmp.com/t5/Uncharted/Project-file-for-Jelly-Video/m-p/465068#U465068" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; was make N shortcuts with a target value of&lt;/P&gt;
&lt;PRE&gt;"C:\Program Files\SAS\JMP\16\jmp.exe" \\V1-PC\Users\v1\filedrop\monitor.jsl&lt;/PRE&gt;
&lt;P&gt;and a start-in value of&lt;/P&gt;
&lt;PRE&gt;"C:\Program Files\SAS\JMP\16"&lt;/PRE&gt;
&lt;P&gt;Put them in the startup directory, &lt;A href="https://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/" target="_blank"&gt;https://www.howtogeek.com/208224/how-to-add-programs-files-and-folders-to-system-startup-in-windows-8.1/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like I originally made one shortcut for jmp.exe, added the command line value to run a .jmp file, then made copies. In my use-case, I was able to use the same .jmp file on all copies because each copy asks a coordinating program what it should be working on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This launched separate JMPs on windows 10, as soon as windows starts up. It might take a minute to launch a bunch of JMPs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="set the values of a shortcut on windows" style="width: 406px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41635iA220DA7CF2D9908A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="set the values of a shortcut on windows" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;set the values of a shortcut on windows&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 13:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477720#M72214</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-04-09T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477721#M72215</link>
      <description>&lt;P class=""&gt;Thank Craige!&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Adding the BAT command to the startup folder of the operating system can achieve a variety of functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I want to implement a command to start 4 JMP processes in a row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;The command to start four BAT processes according to one BAT file above can automatically start four JMP processes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 13:42:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477721#M72215</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2022-04-09T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477723#M72217</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;你好克雷格！&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;同一个JSL可以通过多线程从同一个网站下载数据吗？&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;例如，这个站点有 300 万行数据。&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;同一个 JSL 是否可以同时分 3 个部分下载这些数据？&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;1-100万行、101-200万行、201-300万行三部分同时进行。&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;FONT&gt;&lt;FONT&gt;谢谢！&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 23:03:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477723#M72217</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2022-04-09T23:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I open multiple JMPS in a batch file and run different JSL scripts separately?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477749#M72221</link>
      <description>&lt;P&gt;Yes, &lt;STRONG&gt;&lt;EM&gt;if you can specify the URLs for those parts&lt;/EM&gt;&lt;/STRONG&gt;, you can use 3 copies of JMP to download them in parallel. It's hard to know where the bottleneck will be when running multiple downloads; it could be your computer, your local router, your internet provider, a weak link like a slow satellite connection, or the remote server. Most web browsers restrict themselves to a few (10 or less?) parallel downloads of pictures. If the remote server is slow, running more in parallel can make it slower (paging, etc.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would not expect a dramatic improvement. Whatever makes it slow probably can't go faster trying to do 2 or 3 at once.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1893"&gt;@Audrey_Shull&lt;/a&gt; &lt;A href="https://community.jmp.com/t5/Discussions/Http-Background-Request/m-p/475998#M72051" target="_self"&gt;comment&lt;/A&gt; for JMP 17.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 16:41:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-open-multiple-JMPS-in-a-batch-file-and-run-different/m-p/477749#M72221</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-04-09T16:41:31Z</dc:date>
    </item>
  </channel>
</rss>

