<?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: Crontab in windows in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805439#M7279</link>
    <description>As noted above, Windows has its built in Task Scheduler accessible from the Control Panel. For a long time now (since NT 3.5?) Windows has also provided a command line interface to the Task Scheduler called "at". You can use the "at /?" command in a command prompt window for quick information. There is documentation for "at" available at microsoft.com.&lt;BR /&gt;Note: Microsoft has deprecated the "at" command in favor of the new "schtasks" cli (again, "schtasks /?"). I believe it's only in XP and Win2003. Again, documentation at microsoft.com. Schtasks provides more access to the Task Scheduler functionality.&lt;BR /&gt;As far as I know, both "at" and "schtasks" are included with the standard Windows installation; you should definitely have "at".</description>
    <pubDate>Mon, 19 Jun 2006 09:47:36 GMT</pubDate>
    <dc:creator>Sheldon Smith</dc:creator>
    <dc:date>2006-06-19T09:47:36Z</dc:date>
    <item>
      <title>Crontab in windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805434#M7274</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;  Is there an application I can use to help me do schedule a job in windows? - sort of like the crontab in unix.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Henry Chua&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 22:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805434#M7274</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2006-06-13T22:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab in windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805435#M7275</link>
      <description>You can use AT windows command &lt;BR /&gt;&lt;A href="http://tinyurl.com/dol4a" target="_blank"&gt;http://tinyurl.com/dol4a&lt;/A&gt;&lt;BR /&gt;or Schtasks (XP only) command &lt;BR /&gt;&lt;A href="http://tinyurl.com/2l38n" target="_blank"&gt;http://tinyurl.com/2l38n&lt;/A&gt;&lt;BR /&gt;or use Windows Services for UNIX (emulation of UNIX based environments) &lt;BR /&gt;&lt;A href="http://www.microsoft.com/technet/interopmigration/unix/sfu/default.mspx" target="_blank"&gt;http://www.microsoft.com/technet/interopmigration/unix/sfu/default.mspx&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.softpanorama.org/Unixification/SFU/index.shtml" target="_blank"&gt;http://www.softpanorama.org/Unixification/SFU/index.shtml&lt;/A&gt; &lt;BR /&gt;"Cron is working under SFU and can run scheduled applications and scripts just like in Unix. The #! notation in Interix allows the script to name its own interpreter, and typically scripts does NOT require any modification"</description>
      <pubDate>Wed, 14 Jun 2006 00:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805435#M7275</guid>
      <dc:creator>Igor Karasik</dc:creator>
      <dc:date>2006-06-14T00:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab in windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805436#M7276</link>
      <description>Henry:&lt;BR /&gt;&lt;BR /&gt;Windows has a built in Task Scheduler which might work for you.  Usually under Start --&amp;gt; Programs --&amp;gt; Accessories --&amp;gt; System Tools in "Scheduled Tasks".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 14 Jun 2006 06:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805436#M7276</guid>
      <dc:creator>Steven Clementi</dc:creator>
      <dc:date>2006-06-14T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab in windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805437#M7277</link>
      <description>I find it easier to get to Scheduled Tasks via Control Panel. It's wizard-based and very easy to use.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Thu, 15 Jun 2006 03:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805437#M7277</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2006-06-15T03:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab in windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805438#M7278</link>
      <description>I have found that a program called cygwin works great.  It is free from &lt;A href="http://www.cygwin.com" target="_blank"&gt;www.cygwin.com&lt;/A&gt; you install it and it is a unix emulator from which you can run vi, cron jobs and such.</description>
      <pubDate>Thu, 15 Jun 2006 08:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805438#M7278</guid>
      <dc:creator>Harrison P Barrows Jr</dc:creator>
      <dc:date>2006-06-15T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab in windows</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805439#M7279</link>
      <description>As noted above, Windows has its built in Task Scheduler accessible from the Control Panel. For a long time now (since NT 3.5?) Windows has also provided a command line interface to the Task Scheduler called "at". You can use the "at /?" command in a command prompt window for quick information. There is documentation for "at" available at microsoft.com.&lt;BR /&gt;Note: Microsoft has deprecated the "at" command in favor of the new "schtasks" cli (again, "schtasks /?"). I believe it's only in XP and Win2003. Again, documentation at microsoft.com. Schtasks provides more access to the Task Scheduler functionality.&lt;BR /&gt;As far as I know, both "at" and "schtasks" are included with the standard Windows installation; you should definitely have "at".</description>
      <pubDate>Mon, 19 Jun 2006 09:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/crontab-in-windows/m-p/3805439#M7279</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2006-06-19T09:47:36Z</dc:date>
    </item>
  </channel>
</rss>

