<?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: Autorunning of JMP Scripts at a Specific Time in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13606#M12816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the JMP session is already active, you should also take a look at &lt;A href="http://www.jmp.com/support/help/Scheduling_Actions.shtml" title="http://www.jmp.com/support/help/Scheduling_Actions.shtml"&gt;Scheduling Actions&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 08:58:58 GMT</pubDate>
    <dc:creator>ian_jmp</dc:creator>
    <dc:date>2015-07-31T08:58:58Z</dc:date>
    <item>
      <title>Autorunning of JMP Scripts at a Specific Time</title>
      <link>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13604#M12814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of scripts ( 7 in total) that I want to autorun at a specific time during the early morning so that the data is available to me when I get into work. All of these are saved as jsl files and I would like to queue these to run, these are stored on my hard-drive and JMP will be open and connected to a database..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way within JMP to do this? if I want to run these .jsl scripts to produce the data, some of these scripts extract large data sets from databases and can take ~30 mins to do so are very time consuming when I could be doing analysis ( and having my first coffee of the day).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a build on to this t would also be good if I could use this for and JMP files ( .jmpquery in particular) to make it ultra useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 12:51:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13604#M12814</guid>
      <dc:creator>d_barnett</dc:creator>
      <dc:date>2015-07-29T12:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Autorunning of JMP Scripts at a Specific Time</title>
      <link>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13605#M12815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I usually do is create a .bat file then go to Task Scheduler to run the .bat file when I want it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the basics of my .bat file.&amp;nbsp; Just copy and paste it into a txt file and save the extenions as .bat. Change (***JSL FILE LOCATION***) to your jsl script file location and copy the line for all 7 scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;&lt;P&gt;:: Batch file that runs all JSL scripts&lt;/P&gt;&lt;P&gt;::&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ::&lt;/P&gt;&lt;P&gt;:: C:\logfile_source.txt is created to record results. &lt;/P&gt;&lt;P&gt;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;&lt;P&gt;set logfile1=C:\temp\logfile_source.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\SAS\JMPPRO\12\Jmp.exe"&amp;nbsp; ***JSL FILE LOCATION***&lt;/P&gt;&lt;P&gt;echo.JMP scripts have completed %date% %time% &amp;gt;&amp;gt; %logfile1%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task Scheduler can be found Windows&amp;gt;All Programs&amp;gt;Accessories&amp;gt;Sytem Tools&amp;gt;Task Schedule.&amp;nbsp; It's a pretty simple intuitive program.&amp;nbsp; If you can't figure it out you can quickly find a tutorial on YouTube.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 22:43:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13605#M12815</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2015-07-30T22:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Autorunning of JMP Scripts at a Specific Time</title>
      <link>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13606#M12816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the JMP session is already active, you should also take a look at &lt;A href="http://www.jmp.com/support/help/Scheduling_Actions.shtml" title="http://www.jmp.com/support/help/Scheduling_Actions.shtml"&gt;Scheduling Actions&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:58:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Autorunning-of-JMP-Scripts-at-a-Specific-Time/m-p/13606#M12816</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2015-07-31T08:58:58Z</dc:date>
    </item>
  </channel>
</rss>

