<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Karl's Place</title>
	
	<link>http://blogs.kranich.org/karl</link>
	<description />
	<lastBuildDate>Fri, 25 May 2012 19:06:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForKarlsPlace" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsforkarlsplace" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Redirecting stdout and stderr in a batch file by karl.kranich</title>
		<link>http://blogs.kranich.org/karl/2006/12/21/redirecting-stdout-and-stderr-in-a-batch-file/comment-page-1/#comment-41990</link>
		<dc:creator>karl.kranich</dc:creator>
		<pubDate>Fri, 25 May 2012 19:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/2006/12/21/redirecting-stdout-and-stderr-in-a-batch-file/#comment-41990</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirecting stdout and stderr in a batch file by gar</title>
		<link>http://blogs.kranich.org/karl/2006/12/21/redirecting-stdout-and-stderr-in-a-batch-file/comment-page-1/#comment-41989</link>
		<dc:creator>gar</dc:creator>
		<pubDate>Fri, 25 May 2012 18:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/2006/12/21/redirecting-stdout-and-stderr-in-a-batch-file/#comment-41989</guid>
		<description>That last statement will overwrite. If you want to append, use &gt;&gt;:

blah.exe 2&gt;&amp;1 &gt;&gt;output.txt

(copy stderr to the stdout handle and send stdout to append to a file.)


One thing I had a heck of a time finding out how to do is to redirect both stderr and stdout to a pipe. But it turns out it's pretty much the same thing:

blah.exe 2&gt;&amp;1 | find "expectederrorstring"
if errorlevel 1 dosomething

(copies stderr output to stdout handle and redirects all stdout through the pipe as input to the find command. I then check errorlevel to determine if that expected string was found.)</description>
		<content:encoded><![CDATA[<p>That last statement will overwrite. If you want to append, use &gt;&gt;:</p>
<p>blah.exe 2&gt;&amp;1 &gt;&gt;output.txt</p>
<p>(copy stderr to the stdout handle and send stdout to append to a file.)</p>
<p>One thing I had a heck of a time finding out how to do is to redirect both stderr and stdout to a pipe. But it turns out it&#8217;s pretty much the same thing:</p>
<p>blah.exe 2&gt;&amp;1 | find &#8220;expectederrorstring&#8221;<br />
if errorlevel 1 dosomething</p>
<p>(copies stderr output to stdout handle and redirects all stdout through the pipe as input to the find command. I then check errorlevel to determine if that expected string was found.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by Mohit</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-40245</link>
		<dc:creator>Mohit</dc:creator>
		<pubDate>Fri, 04 May 2012 23:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-40245</guid>
		<description>Just to let you know, if you can't open cbs.log, then copy cbs.log and then open the copied one, as original is used constantly by system I suppose...</description>
		<content:encoded><![CDATA[<p>Just to let you know, if you can&#8217;t open cbs.log, then copy cbs.log and then open the copied one, as original is used constantly by system I suppose&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by karl.kranich</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-39877</link>
		<dc:creator>karl.kranich</dc:creator>
		<pubDate>Sat, 28 Apr 2012 14:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-39877</guid>
		<description>Restart your machine.</description>
		<content:encoded><![CDATA[<p>Restart your machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by wishywishy</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-39874</link>
		<dc:creator>wishywishy</dc:creator>
		<pubDate>Sat, 28 Apr 2012 10:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-39874</guid>
		<description>how do you 'reboot' ?</description>
		<content:encoded><![CDATA[<p>how do you &#8216;reboot&#8217; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving a Joomla site with Akeeba Backup (JoomlaPack) by karl.kranich</title>
		<link>http://blogs.kranich.org/karl/2010/03/27/moving-a-joomla-site-with-akeeba-backup-joomlapack/comment-page-1/#comment-39515</link>
		<dc:creator>karl.kranich</dc:creator>
		<pubDate>Mon, 23 Apr 2012 18:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=250#comment-39515</guid>
		<description>Sorry -- I don't know the answers to your questions.  I'm glad the post helped!</description>
		<content:encoded><![CDATA[<p>Sorry &#8212; I don&#8217;t know the answers to your questions.  I&#8217;m glad the post helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving a Joomla site with Akeeba Backup (JoomlaPack) by rescoast</title>
		<link>http://blogs.kranich.org/karl/2010/03/27/moving-a-joomla-site-with-akeeba-backup-joomlapack/comment-page-1/#comment-39514</link>
		<dc:creator>rescoast</dc:creator>
		<pubDate>Mon, 23 Apr 2012 18:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=250#comment-39514</guid>
		<description>Yeah, done!! Thank you. I moved all the files to the root and only leave logs folder into the subdirectory where i unpacked the akeeba archive. However, i didn't change any paths in configuration.php....it's normal? It suppose any problem to have the logs folder in an other directory? Thanks for your post.</description>
		<content:encoded><![CDATA[<p>Yeah, done!! Thank you. I moved all the files to the root and only leave logs folder into the subdirectory where i unpacked the akeeba archive. However, i didn&#8217;t change any paths in configuration.php&#8230;.it&#8217;s normal? It suppose any problem to have the logs folder in an other directory? Thanks for your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving a Joomla site with Akeeba Backup (JoomlaPack) by Duke</title>
		<link>http://blogs.kranich.org/karl/2010/03/27/moving-a-joomla-site-with-akeeba-backup-joomlapack/comment-page-1/#comment-39119</link>
		<dc:creator>Duke</dc:creator>
		<pubDate>Wed, 18 Apr 2012 19:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=250#comment-39119</guid>
		<description>Legend! Thank you so much for taking the time to post this. Such a simple workaround but worked a treat. Thanks!!!!!!</description>
		<content:encoded><![CDATA[<p>Legend! Thank you so much for taking the time to post this. Such a simple workaround but worked a treat. Thanks!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Permalinks issue with Bluehost by Online Shopping Nepal</title>
		<link>http://blogs.kranich.org/karl/2010/04/28/wordpress-permalinks-issue-with-bluehost/comment-page-1/#comment-38601</link>
		<dc:creator>Online Shopping Nepal</dc:creator>
		<pubDate>Mon, 02 Apr 2012 10:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=254#comment-38601</guid>
		<description>Nice. I was looking for this for long. Thanks.</description>
		<content:encoded><![CDATA[<p>Nice. I was looking for this for long. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transfer Large Files to Amazon S3 by karl.kranich</title>
		<link>http://blogs.kranich.org/karl/2010/09/17/transfer-large-files-to-amazon-s3/comment-page-1/#comment-38152</link>
		<dc:creator>karl.kranich</dc:creator>
		<pubDate>Sat, 17 Mar 2012 15:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=326#comment-38152</guid>
		<description>Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transfer Large Files to Amazon S3 by Jason</title>
		<link>http://blogs.kranich.org/karl/2010/09/17/transfer-large-files-to-amazon-s3/comment-page-1/#comment-38125</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 16 Mar 2012 19:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=326#comment-38125</guid>
		<description>Currently, the free version caps you file sizes less than 5 gigs, but I've uploaded a 15 gig TrueCrypt file with a demo of the Pro version.

It's a little buggy, but the pro version also includes an FTP client - allowing you to go directly between FTP and S3. That can come in handy when you're transitioning from hosting assets on your FTP server up to hosting them in the cloud.</description>
		<content:encoded><![CDATA[<p>Currently, the free version caps you file sizes less than 5 gigs, but I&#8217;ve uploaded a 15 gig TrueCrypt file with a demo of the Pro version.</p>
<p>It&#8217;s a little buggy, but the pro version also includes an FTP client &#8211; allowing you to go directly between FTP and S3. That can come in handy when you&#8217;re transitioning from hosting assets on your FTP server up to hosting them in the cloud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving a Joomla site with Akeeba Backup (JoomlaPack) by Jamie Gorst</title>
		<link>http://blogs.kranich.org/karl/2010/03/27/moving-a-joomla-site-with-akeeba-backup-joomlapack/comment-page-1/#comment-37936</link>
		<dc:creator>Jamie Gorst</dc:creator>
		<pubDate>Sat, 10 Mar 2012 12:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=250#comment-37936</guid>
		<description>Brilliant thanks - I'd read most articles pointing to changing permissions on the root folder but nothing worked</description>
		<content:encoded><![CDATA[<p>Brilliant thanks &#8211; I&#8217;d read most articles pointing to changing permissions on the root folder but nothing worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by George</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-37004</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 20 Feb 2012 18:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-37004</guid>
		<description>Just running "sfc /scannow" repaired my corrupt .dlls (had about 5 from messing with a custom theme). Rebooted and got the icon back. Thanks!</description>
		<content:encoded><![CDATA[<p>Just running &#8220;sfc /scannow&#8221; repaired my corrupt .dlls (had about 5 from messing with a custom theme). Rebooted and got the icon back. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error hosting facebook app on 1and1 by lawrence</title>
		<link>http://blogs.kranich.org/karl/2011/02/25/error-hosting-facebook-app-on-1and1/comment-page-1/#comment-36151</link>
		<dc:creator>lawrence</dc:creator>
		<pubDate>Mon, 23 Jan 2012 05:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=358#comment-36151</guid>
		<description>Thanks so much dude, I've been having so many headaches with 1and1.</description>
		<content:encoded><![CDATA[<p>Thanks so much dude, I&#8217;ve been having so many headaches with 1and1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by karl.kranich</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-36034</link>
		<dc:creator>karl.kranich</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-36034</guid>
		<description>I think I tried that, and it didn't solve the problem for me.</description>
		<content:encoded><![CDATA[<p>I think I tried that, and it didn&#8217;t solve the problem for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by Pete</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-36032</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-36032</guid>
		<description>For me I just went to regedit and deleted iconstreams and pasticonstreams then restarted my PC and the icons were there once again.
This is just a temp fix, but it works.</description>
		<content:encoded><![CDATA[<p>For me I just went to regedit and deleted iconstreams and pasticonstreams then restarted my PC and the icons were there once again.<br />
This is just a temp fix, but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error hosting facebook app on 1and1 by SJL</title>
		<link>http://blogs.kranich.org/karl/2011/02/25/error-hosting-facebook-app-on-1and1/comment-page-1/#comment-35178</link>
		<dc:creator>SJL</dc:creator>
		<pubDate>Thu, 29 Dec 2011 15:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=358#comment-35178</guid>
		<description>I don't normally ever comment on these kind of forums, but after much head-banging, you have just provided me with the easiest fix ever, so I just wanted to write to say I love you!!!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t normally ever comment on these kind of forums, but after much head-banging, you have just provided me with the easiest fix ever, so I just wanted to write to say I love you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by karl.kranich</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-33782</link>
		<dc:creator>karl.kranich</dc:creator>
		<pubDate>Thu, 24 Nov 2011 12:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-33782</guid>
		<description>If you have a full backup, you could go back a while and get them from there.  Another option might be an identical machine running Windows 7.

Karl</description>
		<content:encoded><![CDATA[<p>If you have a full backup, you could go back a while and get them from there.  Another option might be an identical machine running Windows 7.</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix for “system icons grayed out in Windows 7″ by sasi</title>
		<link>http://blogs.kranich.org/karl/2011/04/18/fix-for-system-icons-grayed-out-in-windows-7/comment-page-1/#comment-33769</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Thu, 24 Nov 2011 03:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=392#comment-33769</guid>
		<description>is there any way to get the system icons back , not by extracting the files ...</description>
		<content:encoded><![CDATA[<p>is there any way to get the system icons back , not by extracting the files &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error hosting facebook app on 1and1 by 1and1 coupons</title>
		<link>http://blogs.kranich.org/karl/2011/02/25/error-hosting-facebook-app-on-1and1/comment-page-1/#comment-33322</link>
		<dc:creator>1and1 coupons</dc:creator>
		<pubDate>Fri, 11 Nov 2011 02:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.kranich.org/karl/?p=358#comment-33322</guid>
		<description>PHP FTW! Thanks for sharing the solution.</description>
		<content:encoded><![CDATA[<p>PHP FTW! Thanks for sharing the solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

