<?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>TutorBoy Articles &#187; DOS</title>
	<atom:link href="http://articles.tutorboy.com/topics/dos/feed" rel="self" type="application/rss+xml" />
	<link>http://articles.tutorboy.com</link>
	<description>Online Complete Reference</description>
	<lastBuildDate>Thu, 09 Sep 2010 09:53:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Microsoft DOS expand command</title>
		<link>http://articles.tutorboy.com/dos/microsoft-dos-expand-command.html</link>
		<comments>http://articles.tutorboy.com/dos/microsoft-dos-expand-command.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 17:46:28 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[DOS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=383</guid>
		<description><![CDATA[The expand command is use to take a compressed Windows file and &#8220;expand&#8221; it to its original format.Expands one or more compressed files. DOS Command EXPAND [-r] Source Destination EXPAND -r Source [Destination] Params -r Automatically rename expanded files. Only &#8230; <a href="http://articles.tutorboy.com/dos/microsoft-dos-expand-command.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The expand command is use to take a compressed Windows file and &#8220;expand&#8221; it to its original format.Expands one or more compressed files.</p>
<h2>DOS Command</h2>
<pre class="brush:bash">EXPAND [-r] 	Source Destination
EXPAND -r	Source [Destination]</pre>
<p><span id="more-383"></span></p>
<h2>Params</h2>
<table class="mtable" border="0" cellspacing="1" cellpadding="5">
<tbody>
<tr class="tcw">
<td><strong>-r</strong></td>
<td>Automatically rename expanded files. Only valid for files compressed with -r switch.</td>
</tr>
<tr class="tcw">
<td><strong>Source</strong></td>
<td>Source file specification. Source may be multiple file specifications. Wildcards may be used.</td>
</tr>
<tr class="tcw">
<td><strong>Destination</strong></td>
<td>Destination file / path specification. Destination may be a directory. If Source is multiple files and -r is not specified, Destination must be a directory. Wildcards may not be used.</td>
</tr>
</tbody>
</table>
<h2>Example</h2>
<pre class="brush:bash">expand driver.dl_ driver.dll
</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/dos/microsoft-dos-expand-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
