<?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 does this CMD command run with JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770291#M95133</link>
    <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;It's a parameter issue, not a quotation mark issue.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-05_08-42-59.png" style="width: 938px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65876i2B756007B6B56BE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-05_08-42-59.png" alt="2024-07-05_08-42-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2024 00:44:11 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-07-05T00:44:11Z</dc:date>
    <item>
      <title>How does this CMD command run with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770169#M95116</link>
      <description>&lt;P&gt;CMD&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;reg export "HKEY_USERS\S-1-5-21-664984301-3062014895-3146206184-500\SOFTWARE\SAS Institute Inc.\JMP\Recent\Files" c:\1\abc.reg /y&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-04_13-38-50.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65856iC62285ECC03366C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-04_13-38-50.png" alt="2024-07-04_13-38-50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;run program(executable("cmd.exe"),options({"reg export \!"HKEY_USERS\S-1-5-21-664984301-3062014895-3146206184-500\SOFTWARE\SAS Institute Inc.\JMP\Recent\Files\!" \!"c:\1\abc2.reg\!""}));//？？&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code works in CMD.But how to write JSL&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Like this JSL is executable&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;run program(executable("cmd.exe"),options({"/c Taskkill /im EXCEL.exe /f /t"}));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Jul 2024 05:45:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770169#M95116</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-04T05:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: How does this CMD command run with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770180#M95117</link>
      <description>&lt;P&gt;I think you can get a good idea how to extract those registry values if you check the code for&amp;nbsp;&lt;LI-MESSAGE title="FileSnapper" uid="321872" url="https://community.jmp.com/t5/JMP-Add-Ins/FileSnapper/m-p/321872#U321872" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 06:06:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770180#M95117</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-04T06:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How does this CMD command run with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770181#M95118</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;I am in need of how to execute this CMD command in JSL just fine.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 04 Jul 2024 06:14:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770181#M95118</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-04T06:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: How does this CMD command run with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770185#M95120</link>
      <description>&lt;P&gt;OK、into a BAT&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-04_14-36-33.png" style="width: 675px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65858i19FAFFB7EE5BB2AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-04_14-36-33.png" alt="2024-07-04_14-36-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 06:38:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770185#M95120</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-04T06:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How does this CMD command run with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770205#M95126</link>
      <description>&lt;P&gt;Most likely you have issues with the quotes, you might be able to change " to ' or something more fun like &lt;LI-MESSAGE title="Pass quote into Run Program application" uid="207567" url="https://community.jmp.com/t5/Discussions/Pass-quote-into-Run-Program-application/m-p/207567#U207567" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:32:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770205#M95126</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-04T08:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How does this CMD command run with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770291#M95133</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;It's a parameter issue, not a quotation mark issue.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-07-05_08-42-59.png" style="width: 938px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/65876i2B756007B6B56BE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-07-05_08-42-59.png" alt="2024-07-05_08-42-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 00:44:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-this-CMD-command-run-with-JSL/m-p/770291#M95133</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-07-05T00:44:11Z</dc:date>
    </item>
  </channel>
</rss>

