<?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>TechWhiz &#187; scratch</title>
	<atom:link href="http://www.techwhiz.in/tag/scratch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 17:42:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix cyclic redundancy check error while coping file from disk</title>
		<link>http://www.techwhiz.in/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/</link>
		<comments>http://www.techwhiz.in/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:28:52 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[crc error]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[scratch]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/quick-tips/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/</guid>
		<description><![CDATA[CRC errors occur when there&#8217;s a bad sector or scratch on the CD/DVD/Bluray disk. However the data can be recovered using command prompt ignoring some losses. Run ‘command prompt’ Browse to the location of the files using ‘cd’ command &#60;drive letter (e.g. D)&#62;:&#160; cd &#60;location of file (e.g. temp\video)&#62; Enter the following command to copy [...]]]></description>
			<content:encoded><![CDATA[<p>CRC errors occur when there&#8217;s a bad sector or scratch on the CD/DVD/Bluray disk. However the data can be recovered using command prompt ignoring some losses.</p>
<ul>
<li>Run ‘command prompt’ </li>
<li>Browse to the location of the files using ‘cd’ command </li>
</ul>
<blockquote><p>&lt;drive letter (e.g. D)&gt;:&#160; <br />cd &lt;location of file (e.g. temp\video)&gt;</p>
</blockquote>
<ul>
<li>Enter the following command to copy to the desired location </li>
</ul>
<blockquote><p>xcopy /c &lt;filename&gt; &lt;location&gt;      </p>
<p>&lt;filename&gt; either mention the filename with extension (e.g. doc1.txt) or to copy all files in that folder use *.* for filename       <br />&lt;location&gt; enter the location where the files has to be copied (e.g. C: , C:\files\)</p>
</blockquote>
<ul>
<li>The files may or may not be 100% recovered.</li>
</ul>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="image" src="http://www.techwhiz.in/tw_uploads/2010/01/image6.png" width="244" height="149" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/fix-cyclic-redundancy-check-error-while-coping-file-from-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
