<?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: Help with Run Program in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895267#M105597</link>
    <description>&lt;P&gt;That is good to know. &amp;nbsp;Thanks.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 11:38:36 GMT</pubDate>
    <dc:creator>MathStatChem</dc:creator>
    <dc:date>2025-08-19T11:38:36Z</dc:date>
    <item>
      <title>Help with Run Program</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895124#M105582</link>
      <description>&lt;P&gt;I want to run PanDoc on a markdown file using JMP's Run Program command. &amp;nbsp;I am on MacOS. &amp;nbsp;I have looked at the scripting guide and the Scripting Index, but I cannot seem to get the correct syntax. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On my system PanDoc is installed at&lt;/P&gt;
&lt;P&gt;/opt/homebrew/Cellar/pandoc/3.7.0.2/bin/pandoc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the command line to use pandoc would be this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pandoc &amp;lt;path&amp;gt;/markdown.md -f markdown -o &amp;lt;path&amp;gt;/markdown.html&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this and will not work. &amp;nbsp;Note that &amp;lt;path&amp;gt; is the path to the files, I did not include that here. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Run Program(
   Executable("/opt/homebrew/Cellar/pandoc/3.7.0.2/bin/pandoc"),
   Options(&lt;BR /&gt;      {&lt;BR /&gt;         "&amp;lt;path&amp;gt;/markdown.md -f markdown -o &amp;lt;path&amp;gt;/markdown.html"&lt;BR /&gt;      }&lt;BR /&gt;   )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any idea on how I can get this to work?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 19:16:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895124#M105582</guid>
      <dc:creator>MathStatChem</dc:creator>
      <dc:date>2025-08-18T19:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Run Program</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895145#M105583</link>
      <description>&lt;P&gt;Nevermind, I figured it out. &amp;nbsp;You have to separate the options string in to pieces... this works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Run Program(
   Executable("/opt/homebrew/Cellar/pandoc/3.7.0.2/bin/pandoc"),
   Options({"&amp;lt;path&amp;gt;/markdown.md", "-f", "markdown", "-o",  "&amp;lt;path&amp;gt;/markdown.html"})
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Aug 2025 19:49:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895145#M105583</guid>
      <dc:creator>MathStatChem</dc:creator>
      <dc:date>2025-08-18T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Run Program</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895265#M105596</link>
      <description>Mac does require the parameters split. Win works either way.</description>
      <pubDate>Tue, 19 Aug 2025 10:37:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895265#M105596</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2025-08-19T10:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Run Program</title>
      <link>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895267#M105597</link>
      <description>&lt;P&gt;That is good to know. &amp;nbsp;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 11:38:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-with-Run-Program/m-p/895267#M105597</guid>
      <dc:creator>MathStatChem</dc:creator>
      <dc:date>2025-08-19T11:38:36Z</dc:date>
    </item>
  </channel>
</rss>

