<?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>Shailan.com &#187; programming</title>
	<atom:link href="http://shailan.com/categories/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://shailan.com</link>
	<description>About wordpress plugins, themes &#38; web design</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:46:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using xcopy to update/backup your working folders</title>
		<link>http://shailan.com/using-xcopy-to-updatebackup-your-working-folders/</link>
		<comments>http://shailan.com/using-xcopy-to-updatebackup-your-working-folders/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:36:08 +0000</pubDate>
		<dc:creator><a href="http://twitter.com/mattsay" title="" rel="external">Matt Say</a></dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[xcopy]]></category>

		<guid isPermaLink="false">http://shailan.com/?p=42</guid>
		<description><![CDATA[xcopy is one of the most powerful dos commands. It is mainly used for copying files, but arguments create a monster of it :P To &#8230; <a href="http://shailan.com/using-xcopy-to-updatebackup-your-working-folders/">Continue reading <span class="meta-nav">&#8594;</span></a> <p><strong><em>This post is originally posted on <a href="http://shailan.com">Shailan.com</a>. <br />Visit <a href="http://shailan.com">Shailan.com</a> for more..</em></strong></p>]]></description>
			<content:encoded><![CDATA[<p><strong><em>xcopy</em></strong> is one of the most powerful dos commands. It is mainly used for copying files, but arguments create a monster of it :P</p>
<p>To use <strong><em>xcopy</em></strong> to update a folder  from another you need to use :</p>
<p><code></p>
<pre>xcopy H:\somefolder\*.* C:\updating\ /s/d/y/h/r</pre>
<p><span id="more-42"></span></p>
<pre><span style="font-family: Georgia; line-height: 19px; white-space: normal; font-size: 13px;">Here we are updating <em>C:\updating</em> using files in directory <em>H:\somefolder</em>.</span></pre>
<p></code></p>
<p>Let&#8217;s see what those arguments mean:</p>
<ul>
<li>/s &#8211; copy subfolders</li>
<li>/d &#8211; compare files by date (copy newer changed files only)</li>
<li>/y &#8211; yes to overwrite and all the questions pc may ask :)</li>
<li>/h &#8211; copy hidden files too</li>
<li>/r &#8211; copy readonly files too</li>
</ul>
<p>More info : <a href="http://www.computerhope.com/xcopyhlp.htm" onclick="return TrackClick('http%3A%2F%2Fwww.computerhope.com%2Fxcopyhlp.htm','xcopy+help.')" target="_blank">xcopy help.</a></p>
<p><a href="http://shailan.com/using-xcopy-to-updatebackup-your-working-folders/#respond" onclick="return TrackClick('http%3A%2F%2Fshailan.com%2Fusing-xcopy-to-updatebackup-your-working-folders%2F%23respond','Any+questions%3F')">Any questions?</a></p>
 <p><strong><em>This post is originally posted on <a href="http://shailan.com">Shailan.com</a>. <br />Visit <a href="http://shailan.com">Shailan.com</a> for more..</em></strong></p>
<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fshailan.com%2Fusing-xcopy-to-updatebackup-your-working-folders%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowtransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
<img src="http://shailan.com/?ak_action=api_record_view&id=42&type=feed" alt="" /><!-- PHP 5.x --><h2  class="related_post_title">popular posts you may like:</h2><ul class="related_post"><li><a href="http://shailan.com/wordpress/plugins/dropdown-menu/" title="Dropdown Menu Widget">Dropdown Menu Widget</a><br /><small>

description:
Dropdown Menu widget adds a beautiful...</small></li><li><a href="http://shailan.com/tutorial-create-your-very-own-dropdown-menu-stylesheet/" title="Tutorial: Create your very own dropdown menu stylesheet">Tutorial: Create your very own dropdown menu stylesheet</a><br /><small>I’ve created a very simple plugin for creating and addi...</small></li><li><a href="http://shailan.com/wordpress/plugins/subpages-widget/" title="Subpages Extended Widget">Subpages Extended Widget</a><br /><small>


description:
This widget displays subpages of a ...</small></li><li><a href="http://shailan.com/wordpress-dropdown-menu-widget/" title="Wordpress dropdown menu widget">Wordpress dropdown menu widget</a><br /><small>

First release of dropdown menu widget is ready. The...</small></li><li><a href="http://shailan.com/top-10-wordpress-plugins-you-should-have/" title="Top 10 WordPress Plugins You Should Have">Top 10 WordPress Plugins You Should Have</a><br /><small>Alright, you have installed wordpress, made your settin...</small></li></ul>]]></content:encoded>
			<wfw:commentRss>http://shailan.com/using-xcopy-to-updatebackup-your-working-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
