<?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: exf command line usage</title>
	<atom:link href="http://www.exactfile.com/exf/exf-command-line-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exactfile.com</link>
	<description>Making sure that what you hash is what you get.</description>
	<lastBuildDate>Mon, 26 Apr 2010 20:55:17 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rudis</title>
		<link>http://www.exactfile.com/exf/exf-command-line-usage/comment-page-1/#comment-449</link>
		<dc:creator>rudis</dc:creator>
		<pubDate>Sun, 03 Jan 2010 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.exactfile.com/?page_id=59#comment-449</guid>
		<description>&lt;a href=&quot;#comment-448&quot; rel=&quot;nofollow&quot;&gt;@rudis&lt;/a&gt; 
Found the basic part my self! :)

(for /F &quot;usebackq delims=&quot; %i IN (`dir /s /b *Arome*.sfv`) DO @(@exf -c %~fi &#124; find /I &quot;No errors&quot;) &amp;&amp; @echo %~fi) &#124; FIND /I /V &quot;No error&quot;
This command pick out all sfv-files that are ok!
Put that in a FOR loop and you can easy move the files...</description>
		<content:encoded><![CDATA[<p><a href="#comment-448" rel="nofollow">@rudis</a><br />
Found the basic part my self! <img src='http://www.exactfile.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(for /F &#8220;usebackq delims=&#8221; %i IN (`dir /s /b *Arome*.sfv`) DO @(@exf -c %~fi | find /I &#8220;No errors&#8221;) &amp;&amp; @echo %~fi) | FIND /I /V &#8220;No error&#8221;<br />
This command pick out all sfv-files that are ok!<br />
Put that in a FOR loop and you can easy move the files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudis</title>
		<link>http://www.exactfile.com/exf/exf-command-line-usage/comment-page-1/#comment-448</link>
		<dc:creator>rudis</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.exactfile.com/?page_id=59#comment-448</guid>
		<description>Does the exf send eny error codes?

With this command i liked it to print &quot;0&quot; if all is ok?
for /F &quot;delims=&quot; %i IN (&#039;dir /s /b **.sfv&#039;) DO @exf -c &quot;%~fi&quot; &#124; @echo %errorlevel%

Goal is to move complete/checked folders to another directory...
Great tool by the way, using this and md5deep/hashdeep</description>
		<content:encoded><![CDATA[<p>Does the exf send eny error codes?</p>
<p>With this command i liked it to print &#8220;0&#8243; if all is ok?<br />
for /F &#8220;delims=&#8221; %i IN (&#8217;dir /s /b **.sfv&#8217;) DO @exf -c &#8220;%~fi&#8221; | @echo %errorlevel%</p>
<p>Goal is to move complete/checked folders to another directory&#8230;<br />
Great tool by the way, using this and md5deep/hashdeep</p>
]]></content:encoded>
	</item>
</channel>
</rss>
