<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>John H. Mutchek V &#187; Powershell</title>
	<link>http://www.mutchek.com/blog</link>
	<description>works, writings, and creations</description>
	<pubDate>Wed, 04 Jul 2007 00:43:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Merge PDFs with pdftk and MSH</title>
		<link>http://www.mutchek.com/blog/2006/03/28/merge-pdfs-with-pdftk-and-msh/</link>
		<comments>http://www.mutchek.com/blog/2006/03/28/merge-pdfs-with-pdftk-and-msh/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 02:44:01 +0000</pubDate>
		<dc:creator>jmutchek</dc:creator>
		
		<category><![CDATA[Powershell]]></category>

		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.mutchek.com/blog/2006/03/28/merge-pdfs-with-pdftk-and-msh/</guid>
		<description><![CDATA[When scanning a stack of multi-page documents to PDF, I find it easier to scan each page individually, then combine them in a post-processing step. Here&#8217;s a simple Monad script that merges multiple PDFs into a single multi-page document. 
]]></description>
			<content:encoded><![CDATA[<p>When scanning a stack of multi-page documents to PDF, I find it easier to scan each page individually, then combine them in a post-processing step. Here&#8217;s a simple Monad script that merges multiple PDFs into a single multi-page document.<br />
 <a href="http://www.mutchek.com/blog/2006/03/28/merge-pdfs-with-pdftk-and-msh/#more-17" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mutchek.com/blog/2006/03/28/merge-pdfs-with-pdftk-and-msh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download podcasts with MSH (Monad)</title>
		<link>http://www.mutchek.com/blog/2006/03/20/download-podcasts-with-msh-monad/</link>
		<comments>http://www.mutchek.com/blog/2006/03/20/download-podcasts-with-msh-monad/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 01:25:25 +0000</pubDate>
		<dc:creator>jmutchek</dc:creator>
		
		<category><![CDATA[Powershell]]></category>

		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Geek]]></category>

		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.mutchek.com/blog/2006/03/20/download-podcasts-with-msh-monad/</guid>
		<description><![CDATA[One of my (many) resolutions for 2006 is to adopt the new Microsoft Shell (MSH) into my daily routine. For me, the first steps down that road are language fundamentals (thank you Andy Oakley) and teaching myself to identify tasks that would be better done from the shell. I&#8217;ll post bits of scripts as I [...]]]></description>
			<content:encoded><![CDATA[<p>One of my (many) resolutions for 2006 is to adopt the new Microsoft Shell (MSH) into my daily routine. For me, the first steps down that road are language fundamentals (thank you <a href="http://www.oreilly.com/catalog/msh/index.html">Andy Oakley</a>) and teaching myself to identify tasks that would be better done from the shell. I&#8217;ll post bits of scripts as I start using them day to day.</p>
<p>This first script downloads RSS enclosures to a local directory for future consumption. I don&#8217;t have a portable MP3 player, so I burn podcasts to a CD-RW and listen to them on my commute. As such, I don&#8217;t have a need for a podcast aggregator with many bells or whistles. Instead, I have a scheduled task on my Media Center PC that runs this script each night.</p>
<p> <a href="http://www.mutchek.com/blog/2006/03/20/download-podcasts-with-msh-monad/#more-14" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mutchek.com/blog/2006/03/20/download-podcasts-with-msh-monad/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
