<?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>Avivo Tech Blog &#187; dos command</title>
	<atom:link href="http://tech.avivo.si/tag/dos-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.avivo.si</link>
	<description>Solving problems</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:46:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to delete all files and subdirectories recursively from one directory using DOS command?</title>
		<link>http://tech.avivo.si/2010/02/how-to-delete-all-files-and-subdirectories-recursively-from-one-directory-using-dos-command/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-delete-all-files-and-subdirectories-recursively-from-one-directory-using-dos-command</link>
		<comments>http://tech.avivo.si/2010/02/how-to-delete-all-files-and-subdirectories-recursively-from-one-directory-using-dos-command/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:23:12 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[System administration]]></category>
		<category><![CDATA[delete all subdirectories and files recursively from dos]]></category>
		<category><![CDATA[delete recursive subfolders]]></category>
		<category><![CDATA[delete subdirs and files from dos]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[dos command]]></category>

		<guid isPermaLink="false">http://tech.avivo.si/?p=411</guid>
		<description><![CDATA[Use DOS command to delete all files and subdirectories from specific folder (directory) &#8211; you must not be in this folder when executing this command: rmdir /s /q "c:\Temp\Your-Dir-With-Subdirs" Create this directory (folder) again because it will also be deleted md "c:\Temp\Your-Dir-With-Subdirs"]]></description>
			<content:encoded><![CDATA[<p>Use DOS command to delete all files and subdirectories from specific folder (directory) &#8211; you must not be in this folder when executing this command:</p>
<pre class="c#">
rmdir /s /q "c:\Temp\Your-Dir-With-Subdirs"
</pre>
<div style="margin-top:30px;">
Create this directory (folder) again because it will also be deleted
</div>
<pre class="c#" style="margin-bottom:30px;">
md "c:\Temp\Your-Dir-With-Subdirs"
</pre>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2010/02/how-to-delete-all-files-and-subdirectories-recursively-from-one-directory-using-dos-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encoding WMP video from DOS (batch) using Expression Encoder</title>
		<link>http://tech.avivo.si/2009/06/encoding-wmp-video-from-dos-batch-using-expression-encoder/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=encoding-wmp-video-from-dos-batch-using-expression-encoder</link>
		<comments>http://tech.avivo.si/2009/06/encoding-wmp-video-from-dos-batch-using-expression-encoder/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:52:34 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[System administration]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[dos command]]></category>
		<category><![CDATA[dos promt]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[Expression Encoder]]></category>
		<category><![CDATA[wmv video]]></category>

		<guid isPermaLink="false">http://blog.sweetucan.com/?p=102</guid>
		<description><![CDATA[&#8220;c:\Program Files (x86)\Microsoft Expression\Encoder 2\Encoder.exe&#8221; /Source &#8220;d:\Originals\SomeOriginalVideo.wmv&#8221; /Target &#8220;d:\Encoded\EncodedVideo.wmv&#8221; /Preset &#8220;d:\Expression\Encoder\Settings\MyVideoPreset.xml&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;c:\Program Files (x86)\Microsoft Expression\Encoder 2\Encoder.exe&#8221; /Source &#8220;d:\Originals\SomeOriginalVideo.wmv&#8221; /Target &#8220;d:\Encoded\EncodedVideo.wmv&#8221; /Preset &#8220;d:\Expression\Encoder\Settings\MyVideoPreset.xml&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/06/encoding-wmp-video-from-dos-batch-using-expression-encoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

