<?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: CMD: Merge splitted files using copy command</title>
	<atom:link href="http://www.christiano.ch/wordpress/2010/02/19/cmd-merge-splitted-files-using-copy-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress/2010/02/19/cmd-merge-splitted-files-using-copy-command/</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:13:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: Joivana</title>
		<link>http://www.christiano.ch/wordpress/2010/02/19/cmd-merge-splitted-files-using-copy-command/comment-page-1/#comment-12106</link>
		<dc:creator>Joivana</dc:creator>
		<pubDate>Thu, 30 Jun 2011 15:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/02/19/cmd-merge-splitted-files-using-copy-command/#comment-12106</guid>
		<description>To join files, such as clip.001 , clip.002, etc. use this command in Windows&#039; cmd:

copy /b movieclip.* movieclip.avi</description>
		<content:encoded><![CDATA[<p>To join files, such as clip.001 , clip.002, etc. use this command in Windows&#8217; cmd:</p>
<p>copy /b movieclip.* movieclip.avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://www.christiano.ch/wordpress/2010/02/19/cmd-merge-splitted-files-using-copy-command/comment-page-1/#comment-4906</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Mon, 04 Oct 2010 14:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/02/19/cmd-merge-splitted-files-using-copy-command/#comment-4906</guid>
		<description>This works just fine. 
But the only problem when I use copy *.txt command to copy all text files in a directory. I need to add them in modified sequence. What I found was the command is considering the order of files to copy are arranged in name wise.


Help me how to copy multiple files considering they are arranged as modified.</description>
		<content:encoded><![CDATA[<p>This works just fine.<br />
But the only problem when I use copy *.txt command to copy all text files in a directory. I need to add them in modified sequence. What I found was the command is considering the order of files to copy are arranged in name wise.</p>
<p>Help me how to copy multiple files considering they are arranged as modified.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

