<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Automating Tasks in Outlook...</title>
	<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook/</link>
	<description>Comments on Ask MetaFilter post Automating Tasks in Outlook...</description>
	<pubDate>Wed, 15 Jun 2005 07:08:29 -0800</pubDate>
	<lastBuildDate>Wed, 15 Jun 2005 07:08:29 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Automating Tasks in Outlook...</title>
		<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook</link>	
		<description>I have an application that generates a file a regular intervals (daily), and stores the data locally on the C drive of the PC, all I want to do is then email that to a given address.

The PC is Windows XP (Pro - SP2), I have Outlook 2k3 installed...my google-fu is letting me down, but I&apos;m really struggling to find a solution for this one. Bonus points for free - or already built in to my system!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.19950</guid>
		<pubDate>Wed, 15 Jun 2005 06:57:10 -0800</pubDate>
		<dc:creator>mattr</dc:creator>
		
			<category>email</category>
		
			<category>automation</category>
		
	</item> <item>
		<title>By: Chunder</title>
		<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook#326918</link>	
		<description>sounds like you need a &lt;a href=&quot;http://www.freedownloadscenter.com/Best/windows-cron.html&quot;&gt;cron&lt;/a&gt; daemon...&lt;br&gt;
&lt;br&gt;
No idea on which is best, but perhaps this will give you another avenue of investigation...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19950-326918</guid>
		<pubDate>Wed, 15 Jun 2005 07:08:29 -0800</pubDate>
		<dc:creator>Chunder</dc:creator>
	</item><item>
		<title>By: SPrintF</title>
		<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook#326924</link>	
		<description>Python includes packages that can be used to create and send e-mail. They&apos;re very easy to use. Once you have a script that does this, it&apos;s simple to create a scheduled task to fire off the script on a regular basis.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19950-326924</guid>
		<pubDate>Wed, 15 Jun 2005 07:14:33 -0800</pubDate>
		<dc:creator>SPrintF</dc:creator>
	</item><item>
		<title>By: smackfu</title>
		<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook#326925</link>	
		<description>You can send the email with &lt;a href=&quot;http://www.paulsadowski.com/WSH/cdo.htm&quot;&gt;VBScript and Windows Scripting&lt;/a&gt;, it looks pretty simple.  Just save this in a file with a vbs extension and run it: &lt;blockquote&gt;Set objMessage = CreateObject(&quot;CDO.Message&quot;)&lt;br&gt;
objMessage.Subject = &quot;Example Message&quot;&lt;br&gt;
objMessage.Sender = &quot;you@whatever.com&quot;&lt;br&gt;
objMessage.To = &quot;whoever@whatever.com&quot;&lt;br&gt;
objMessage.TextBody = &quot;Sample message text.&quot;&lt;br&gt;
objMessage.AddAttachment &quot;c:\temp\readme.txt&quot;&lt;br&gt;
objMessage.Send&lt;/blockquote&gt;To schedule things in Windows, don&apos;t use cron.  Instead, set up a Scheduled Task in Start&amp;gt;Accessories&amp;gt;System Tools.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19950-326925</guid>
		<pubDate>Wed, 15 Jun 2005 07:15:26 -0800</pubDate>
		<dc:creator>smackfu</dc:creator>
	</item><item>
		<title>By: Loser</title>
		<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook#326993</link>	
		<description>I&apos;d try &lt;a href=&quot;http://www.blat.net/&quot;&gt;Blat&lt;/a&gt; plus a simple scheduled task.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19950-326993</guid>
		<pubDate>Wed, 15 Jun 2005 08:51:50 -0800</pubDate>
		<dc:creator>Loser</dc:creator>
	</item><item>
		<title>By: chota</title>
		<link>http://ask.metafilter.com/19950/Automating-Tasks-in-Outlook#327097</link>	
		<description>I second smackfu.  CDO wrapped in a vbscript (which is built into your OS) works.  And you can then add any logic, etc, that you need, because it&apos;s a vbscript.  Also, you have the option of letting it run all the time (maybe monitoring when the new file gets put in place) or scheduling it with the task scheduler (also built in to your OS) -- Start, Programs, Accessories, System Tools, Scheduled Tasks.  In addition, this works beautifully if you&apos;re in a domain environment, because you can run it under alternate credentials (in case, in the future, instead of emailing, you want to dump it to a sooper-sekret network share or something).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.19950-327097</guid>
		<pubDate>Wed, 15 Jun 2005 10:55:39 -0800</pubDate>
		<dc:creator>chota</dc:creator>
	</item>
	</channel>
</rss>
