<?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: .Bat that extracts an specific regsitry key (SID) to a .txt or .reg file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/bat-that-extracts-an-specific-regsitry-key-sid-to-a-txt-or-reg-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/bat-that-extracts-an-specific-regsitry-key-sid-to-a-txt-or-reg-file/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 11:35:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tquinnelly</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bat-that-extracts-an-specific-regsitry-key-sid-to-a-txt-or-reg-file/#comment-52196</link>
		<dc:creator>tquinnelly</dc:creator>
		<pubDate>Fri, 07 Mar 2008 23:32:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-52196</guid>
		<description><![CDATA[Just to add to Mrdenny&#039;s answer...check out &lt;a href=&quot;http://www.ss64.com/nt/for.html&quot;&gt;this site&lt;/a&gt; for some great command line reference.]]></description>
		<content:encoded><![CDATA[<p>Just to add to Mrdenny&#8217;s answer&#8230;check out <a href="http://www.ss64.com/nt/for.html">this site</a> for some great command line reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomwahl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bat-that-extracts-an-specific-regsitry-key-sid-to-a-txt-or-reg-file/#comment-52190</link>
		<dc:creator>tomwahl</dc:creator>
		<pubDate>Fri, 07 Mar 2008 16:06:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-52190</guid>
		<description><![CDATA[Add a line that filters using the FIND command to exclude lines with a specific string in them.

type SID.txt &#124; find /v /i &quot;default&quot; &gt;ONLY_SID.txt

The /v tells FIND to ignore the string &quot;default&quot; and the /i makes it case insensitive.]]></description>
		<content:encoded><![CDATA[<p>Add a line that filters using the FIND command to exclude lines with a specific string in them.</p>
<p>type SID.txt | find /v /i &#8220;default&#8221; &gt;ONLY_SID.txt</p>
<p>The /v tells FIND to ignore the string &#8220;default&#8221; and the /i makes it case insensitive.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 11:53:50 -->