<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments on: CyberNotes: How To Create A Batch File For Synchronizing Folders</title> <atom:link href="http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/feed/" rel="self" type="application/rss+xml" /><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/</link> <description>Technology News</description> <lastBuildDate>Mon, 13 Feb 2012 18:46:52 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Sanjay</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-153241</link> <dc:creator>Sanjay</dc:creator> <pubDate>Sun, 18 Jul 2010 20:07:39 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-153241</guid> <description>Also, if you move a file to a subfolder for example, it gets duplicated in the destination. This is very undesirable.</description> <content:encoded><![CDATA[<p>Also, if you move a file to a subfolder for example, it gets duplicated in the destination. This is very undesirable.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-151667</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 14 Feb 2010 20:13:01 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-151667</guid> <description>What if I used a command likexcopy &quot;C:\Mozilla Firefox\*.txt&quot; &quot;\\Server\C\Firefox\&quot; /c /q /d /e /h /yWill it copy only the .txt files ?Possibly you can use biterscripting ( http://www.biterscripting.com ) for more explicit control on which files are selected.</description> <content:encoded><![CDATA[<p>What if I used a command like</p><p>xcopy &#8220;C:\Mozilla Firefox\*.txt&#8221; &#8220;\\Server\C\Firefox\&#8221; /c /q /d /e /h /y</p><p>Will it copy only the .txt files ?</p><p>Possibly you can use biterscripting ( [<a href='http://www.biterscripting.com' rel='nofollow'>biterscripting.com</a>] ) for more explicit control on which files are selected.</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-129771</link> <dc:creator>Ryan</dc:creator> <pubDate>Fri, 18 Jan 2008 19:34:23 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-129771</guid> <description>&lt;div class=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-129701&quot; rel=&quot;nofollow&quot;&gt;tim wrote:&lt;/a&gt;&lt;blockquote&gt;what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!&lt;/blockquote&gt;&lt;/div&gt; I don&#039;t think that&#039;s possible using this simple command. That would require filtering, and I think you need a more complete program for that.</description> <content:encoded><![CDATA[<div class="commentquote"><a href="#comment-129701" rel="nofollow">tim wrote:</a><br /><blockquote>what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!</p></blockquote></div><p>I don&#8217;t think that&#8217;s possible using this simple command. That would require filtering, and I think you need a more complete program for that.</p> ]]></content:encoded> </item> <item><title>By: tim</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-129701</link> <dc:creator>tim</dc:creator> <pubDate>Thu, 17 Jan 2008 12:57:47 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-129701</guid> <description>what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!</description> <content:encoded><![CDATA[<p>what if i only want to copy a specific type of file? say, for syncing my google talk received folder with my music folder? Thanks for the neat trick!</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8058</link> <dc:creator>Ryan</dc:creator> <pubDate>Tue, 01 Aug 2006 04:21:01 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8058</guid> <description>&lt;div id=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-8003&quot;&gt;ikszkom wrote:&lt;/a&gt;&lt;blockquote&gt;why don&#039;t you use robocopy instead of xcopy? is much better&lt;/blockquote&gt;&lt;/div&gt; I actually hadn&#039;t seen robocopy before but it definitely does look like a useful command. I may have to read into it a little more.&lt;div id=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-8021&quot;&gt;hverne wrote:&lt;/a&gt;&lt;blockquote&gt;The one problem with the approach used is - if you delete a file from the source it is NOT deleted from the destination.&lt;/blockquote&gt;&lt;/div&gt; Yes, you are right that it doesn&#039;t delete the destination file but I actually find that useful. If I accidentally delete a file then I know I have a backup of it.-Ryan</description> <content:encoded><![CDATA[<div id="commentquote"><a href="#comment-8003">ikszkom wrote:</a><br /><blockquote>why don&#8217;t you use robocopy instead of xcopy?<br /> is much better</p></blockquote></div><p>I actually hadn&#8217;t seen robocopy before but it definitely does look like a useful command. I may have to read into it a little more.</p><div id="commentquote"><a href="#comment-8021">hverne wrote:</a><br /><blockquote>The one problem with the approach used is &#8211; if you delete a file from the source it is NOT deleted from the destination.</p></blockquote></div><p>Yes, you are right that it doesn&#8217;t delete the destination file but I actually find that useful. If I accidentally delete a file then I know I have a backup of it.</p><p>-Ryan</p> ]]></content:encoded> </item> <item><title>By: hverne</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8021</link> <dc:creator>hverne</dc:creator> <pubDate>Mon, 31 Jul 2006 18:55:31 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8021</guid> <description>The one problem with the approach used is - if you delete a file from the source it is NOT deleted from the destination.</description> <content:encoded><![CDATA[<p>The one problem with the approach used is &#8211; if you delete a file from the source it is NOT deleted from the destination.</p> ]]></content:encoded> </item> <item><title>By: ikszkom</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8003</link> <dc:creator>ikszkom</dc:creator> <pubDate>Mon, 31 Jul 2006 09:36:09 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-8003</guid> <description>why don&#039;t you use robocopy instead of xcopy? is much better, it can even mirror the 2 folders.</description> <content:encoded><![CDATA[<p>why don&#8217;t you use robocopy instead of xcopy?<br /> is much better, it can even mirror the 2 folders.</p> ]]></content:encoded> </item> <item><title>By: vin</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7694</link> <dc:creator>vin</dc:creator> <pubDate>Fri, 28 Jul 2006 10:27:52 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7694</guid> <description>Great stuff.Had seen it somewhere and always wanted to figure it out. Thanx</description> <content:encoded><![CDATA[<p>Great stuff.Had seen it somewhere and always wanted to figure it out. Thanx</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7612</link> <dc:creator>Ryan</dc:creator> <pubDate>Thu, 27 Jul 2006 15:03:31 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7612</guid> <description>I am glad that I turned you onto my addiction :D . It&#039;s contagious, be careful!-Ryan</description> <content:encoded><![CDATA[<p>I am glad that I turned you onto my addiction <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . It&#8217;s contagious, be careful!</p><p>-Ryan</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://cybernetnews.com/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7610</link> <dc:creator>Matt</dc:creator> <pubDate>Thu, 27 Jul 2006 14:52:28 +0000</pubDate> <guid isPermaLink="false">http://tech.cybernetnews.com/2006/07/27/cybernotes-how-to-create-a-batch-file-for-synchronizing-folders/#comment-7610</guid> <description>This is the coolest thing ever.  I love batch files now!</description> <content:encoded><![CDATA[<p>This is the coolest thing ever.  I love batch files now!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 296/315 objects using disk: basic

Served from: cybernetnews.com @ 2012-02-13 14:08:31 -->
