<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutorius &#187; DOS &amp; DOS Scripting</title>
	<atom:link href="http://www.tutorius.com/category/dos-dos-scripting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorius.com</link>
	<description>Tutorials &#38; Articles &#38; such as that</description>
	<lastBuildDate>Tue, 29 Jun 2010 13:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating a folder named for the current date</title>
		<link>http://www.tutorius.com/creating-a-folder-named-for-the-current-date</link>
		<comments>http://www.tutorius.com/creating-a-folder-named-for-the-current-date#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:56:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[DOS & DOS Scripting]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=590</guid>
		<description><![CDATA[When automating a backup script, you may want to be able to create a folder named with the current date. This quick line will accomplish that; 1 2 @echo off md %date:~-4,4%-%date:~-10,2%-%date:~-7,2%]]></description>
		<wfw:commentRss>http://www.tutorius.com/creating-a-folder-named-for-the-current-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup script</title>
		<link>http://www.tutorius.com/backup-script</link>
		<comments>http://www.tutorius.com/backup-script#comments</comments>
		<pubDate>Sat, 14 Nov 2009 03:28:53 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[DOS & DOS Scripting]]></category>

		<guid isPermaLink="false">http://tutorius.com/?p=598</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]]]></description>
		<wfw:commentRss>http://www.tutorius.com/backup-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
