<?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 for Pyrocam.com</title>
	<atom:link href="http://pyrocam.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyrocam.com</link>
	<description>I&#039;m like Vitamins for Computers</description>
	<lastBuildDate>Tue, 08 May 2012 23:32:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Home Brew &#8211; Temperature managed fermenting cabinet by Heather</title>
		<link>http://pyrocam.com/home-brew-temperature-managed-fermenting-cabinet/comment-page-1/#comment-43276</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Tue, 08 May 2012 23:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=748#comment-43276</guid>
		<description>I think you are amazing!  So clever.</description>
		<content:encoded><![CDATA[<p>I think you are amazing!  So clever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Low Temperature Low Cost Circular Film Light by Heather</title>
		<link>http://pyrocam.com/low-temperature-low-cost-circular-film-light/comment-page-1/#comment-43275</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Tue, 08 May 2012 23:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=781#comment-43275</guid>
		<description>Absolutely brilliant in every sense of the word!</description>
		<content:encoded><![CDATA[<p>Absolutely brilliant in every sense of the word!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by Matt</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-43223</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 08 May 2012 07:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-43223</guid>
		<description>THAAANK YOOU SOO MUUUCH! i had been without explorer and control panel and a few other features/programs because i accidently deleted some system files on regedit :l that was never a good idea. But after this, which was really simple (seriously im 14 and no good with this area of computers) and i got it all back! thanks again!</description>
		<content:encoded><![CDATA[<p>THAAANK YOOU SOO MUUUCH! i had been without explorer and control panel and a few other features/programs because i accidently deleted some system files on regedit :l that was never a good idea. But after this, which was really simple (seriously im 14 and no good with this area of computers) and i got it all back! thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by rush</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-43116</link>
		<dc:creator>rush</dc:creator>
		<pubDate>Sat, 05 May 2012 10:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-43116</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-40061&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-40061&quot; rel=&quot;nofollow&quot;&gt;Charles Helvey&lt;/a&gt; :&lt;/strong&gt;
          Instead of doing the file and the find / replace, you can:
This is the command for use in the command prompt:
for /f %a in (‘dir /b/s c:\windows\*.dll’) do regsvr32 /s %a
This is the command for use in a batch file:
for /f %%a in (‘dir /b/s c:\windows\*.dll’) do regsvr32 /s %%a
The dir /b/s will produce a list of all dll files with paths.  For example, c:\windows\file.dll or c:\windows\system32\file.dll.  The single quote marks around the command tell for/f that you want the output of a command, not a file.
The %a variable gets each file name in turn from the dir command’s output.
regsvr32 /s – the /s silently registers, so you won’t have to click OK a million times.
In w7 or vista the command prompt should be run as administrator.
         &lt;/blockquote&gt;
this saved me!!!! thnx nyway nd thnx charle</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-40061"><p>
<strong><a href="#comment-40061" rel="nofollow">Charles Helvey</a> :</strong><br />
          Instead of doing the file and the find / replace, you can:<br />
This is the command for use in the command prompt:<br />
for /f %a in (‘dir /b/s c:\windows\*.dll’) do regsvr32 /s %a<br />
This is the command for use in a batch file:<br />
for /f %%a in (‘dir /b/s c:\windows\*.dll’) do regsvr32 /s %%a<br />
The dir /b/s will produce a list of all dll files with paths.  For example, c:\windows\file.dll or c:\windows\system32\file.dll.  The single quote marks around the command tell for/f that you want the output of a command, not a file.<br />
The %a variable gets each file name in turn from the dir command’s output.<br />
regsvr32 /s – the /s silently registers, so you won’t have to click OK a million times.<br />
In w7 or vista the command prompt should be run as administrator.
         </p></blockquote>
<p>this saved me!!!! thnx nyway nd thnx charle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to run Outlook 2007/2010 Rules from a button by Bill Hendricks</title>
		<link>http://pyrocam.com/how-to-run-outlook-2007-rules-from-a-button/comment-page-1/#comment-43079</link>
		<dc:creator>Bill Hendricks</dc:creator>
		<pubDate>Fri, 04 May 2012 20:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=5#comment-43079</guid>
		<description>Ditto on #28&#039;s question.  Can this macro be modifed to run ALL rules rather than just INBOX rules?  I tried modifying the inbox condition:

&#039; iterate all the rules
For Each rl In myRules
&#039; determine if it’s an Inbox rule
&#039;If rl.RuleType = olRuleReceive Then
&#039; if so, run it
rl.Execute ShowProgress:=True
count = count + 1
ruleList = ruleList &amp; vbCrLf &amp; rl.Name
&#039;End If
Next

... but it still doesn&#039;t work on SENT rules.</description>
		<content:encoded><![CDATA[<p>Ditto on #28&#8242;s question.  Can this macro be modifed to run ALL rules rather than just INBOX rules?  I tried modifying the inbox condition:</p>
<p>&#8216; iterate all the rules<br />
For Each rl In myRules<br />
&#8216; determine if it’s an Inbox rule<br />
&#8216;If rl.RuleType = olRuleReceive Then<br />
&#8216; if so, run it<br />
rl.Execute ShowProgress:=True<br />
count = count + 1<br />
ruleList = ruleList &amp; vbCrLf &amp; rl.Name<br />
&#8216;End If<br />
Next</p>
<p>&#8230; but it still doesn&#8217;t work on SENT rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by Lwo</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-40155</link>
		<dc:creator>Lwo</dc:creator>
		<pubDate>Sun, 29 Apr 2012 01:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-40155</guid>
		<description>KICK ASS!!!!! Thanks a bunch</description>
		<content:encoded><![CDATA[<p>KICK ASS!!!!! Thanks a bunch</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by pyrocam</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-40153</link>
		<dc:creator>pyrocam</dc:creator>
		<pubDate>Sat, 28 Apr 2012 23:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-40153</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-40144&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-40144&quot; rel=&quot;nofollow&quot;&gt;John Crenshaw&lt;/a&gt; :&lt;/strong&gt;
          &lt;p&gt;These instructions are epic. You probably also want to delete any lines for the temp folder, if any, since registering a DLL that may not exist later is probably not an awesome idea.&lt;/p&gt;
         &lt;/blockquote&gt;

Good call</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-40144"><p>
<strong><a href="#comment-40144" rel="nofollow">John Crenshaw</a> :</strong></p>
<p>These instructions are epic. You probably also want to delete any lines for the temp folder, if any, since registering a DLL that may not exist later is probably not an awesome idea.</p>
</blockquote>
<p>Good call</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by pyrocam</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-40152</link>
		<dc:creator>pyrocam</dc:creator>
		<pubDate>Sat, 28 Apr 2012 23:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-40152</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-40120&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-40120&quot; rel=&quot;nofollow&quot;&gt;rush&lt;/a&gt; :&lt;/strong&gt;
          &lt;blockquote cite=&quot;#commentbody-38935&quot;&gt;&lt;p&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-38935&quot; rel=&quot;nofollow&quot;&gt;jacko&lt;/a&gt; :&lt;/strong&gt;&lt;br&gt;
          I am kinda new at this stuff -so would you mind emailing me (embarrasing) and giving just a little more detail..if not, that is ok too…That is if I can get to my email…….thanks, Jackie
         &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;me 2 please coz I don’t get it though I follow da instrutions… pls in real trouble here…the email is  xxxxxxxxxxxxxxxxx&lt;/p&gt;
         &lt;/blockquote&gt;
Sorry this is not something I have time to do. also you probably shouldnt post your email address in comments unless you want to receive spam :)</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-40120"><p>
<strong><a href="#comment-40120" rel="nofollow">rush</a> :</strong></p>
<blockquote cite="#commentbody-38935"><p>
<strong><a href="#comment-38935" rel="nofollow">jacko</a> :</strong><br />
          I am kinda new at this stuff -so would you mind emailing me (embarrasing) and giving just a little more detail..if not, that is ok too…That is if I can get to my email…….thanks, Jackie
         </p>
</blockquote>
<p>me 2 please coz I don’t get it though I follow da instrutions… pls in real trouble here…the email is  xxxxxxxxxxxxxxxxx</p>
</blockquote>
<p>Sorry this is not something I have time to do. also you probably shouldnt post your email address in comments unless you want to receive spam <img src='http://pyrocam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by John Crenshaw</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-40144</link>
		<dc:creator>John Crenshaw</dc:creator>
		<pubDate>Sat, 28 Apr 2012 19:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-40144</guid>
		<description>These instructions are epic. You probably also want to delete any lines for the temp folder, if any, since registering a DLL that may not exist later is probably not an awesome idea.</description>
		<content:encoded><![CDATA[<p>These instructions are epic. You probably also want to delete any lines for the temp folder, if any, since registering a DLL that may not exist later is probably not an awesome idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone by rush</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-1/#comment-40120</link>
		<dc:creator>rush</dc:creator>
		<pubDate>Sat, 28 Apr 2012 07:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://pyrocam.com/?page_id=48#comment-40120</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-38935&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-38935&quot; rel=&quot;nofollow&quot;&gt;jacko&lt;/a&gt; :&lt;/strong&gt;
          I am kinda new at this stuff -so would you mind emailing me (embarrasing) and giving just a little more detail..if not, that is ok too…That is if I can get to my email…….thanks, Jackie
         &lt;/blockquote&gt;
me 2 please coz I don&#039;t get it though I follow da instrutions… pls in real trouble here...the email is  xxxxxxxxxxxxxxxxx</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-38935"><p>
<strong><a href="#comment-38935" rel="nofollow">jacko</a> :</strong><br />
          I am kinda new at this stuff -so would you mind emailing me (embarrasing) and giving just a little more detail..if not, that is ok too…That is if I can get to my email…….thanks, Jackie
         </p></blockquote>
<p>me 2 please coz I don&#8217;t get it though I follow da instrutions… pls in real trouble here&#8230;the email is  xxxxxxxxxxxxxxxxx</p>
]]></content:encoded>
	</item>
</channel>
</rss>

