<?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 Opening a text file with the run program() command, why does JSL pause? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543198#M76232</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I open a text file with the following command.&lt;BR /&gt;Until this text file is closed, JSL is in a waiting state and cannot perform operations later in JSL.&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="2022-09-11_20-39-26.png" style="width: 676px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45356iAFF03C462574FE62/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-09-11_20-39-26.png" alt="2022-09-11_20-39-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 15:58:12 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-06-09T15:58:12Z</dc:date>
    <item>
      <title>Opening a text file with the run program() command, why does JSL pause?</title>
      <link>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543198#M76232</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I open a text file with the following command.&lt;BR /&gt;Until this text file is closed, JSL is in a waiting state and cannot perform operations later in JSL.&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="2022-09-11_20-39-26.png" style="width: 676px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/45356iAFF03C462574FE62/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-09-11_20-39-26.png" alt="2022-09-11_20-39-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:58:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543198#M76232</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T15:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a text file with the run program() command, why does JSL pause?</title>
      <link>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543199#M76233</link>
      <description>&lt;P&gt;How does this change the code?&lt;/P&gt;&lt;P&gt;win 7 64BIT&lt;/P&gt;&lt;P&gt;jmp 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 12:51:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543199#M76233</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2022-09-11T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a text file with the run program() command, why does JSL pause?</title>
      <link>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543200#M76234</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Run Program( executable( "I:\00\Em64\EmEditor.exe" ), options( {"C:\1\ABC.txt"} ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Sep 2022 12:52:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543200#M76234</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2022-09-11T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a text file with the run program() command, why does JSL pause?</title>
      <link>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543841#M76272</link>
      <description>&lt;P&gt;Store the RunProgram object in a variable.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rp = Run Program( executable( "notepad.exe" ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you don't keep the RunProgram object somewhere, JMP deletes the object. When the RunProgram object is deleted, it can't always force the remote program to terminate. It has to wait for the remote program to gracefully end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 01:05:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543841#M76272</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-09-13T01:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a text file with the run program() command, why does JSL pause?</title>
      <link>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543888#M76278</link>
      <description>&lt;P class=""&gt;Thank Craige!&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Yes, I found other ways&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Launch the text file with AHK&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;AHK&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Run C:\1\ABC.txt&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Just run the AHK through JSL and it will work.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;run program(executable("I:\00\AHK\AutoHotkey.exe"),options({"D:\`AHK\TXT.ahk"}));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 06:11:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Opening-a-text-file-with-the-run-program-command-why-does-JSL/m-p/543888#M76278</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2022-09-13T06:11:34Z</dc:date>
    </item>
  </channel>
</rss>

