<?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 Techish.net</title>
	<atom:link href="http://www.techish.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techish.net</link>
	<description>Efficiency is intelligent laziness...</description>
	<lastBuildDate>Thu, 24 Jun 2010 12:58:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta1</generator>
	<item>
		<title>Comment on Delete files that match a search string from command line. by All Roads Lead to Pie</title>
		<link>http://www.techish.net/2010/04/09/delete-files-that-match-a-search-string-from-command-line/comment-page-1/#comment-625</link>
		<dc:creator>All Roads Lead to Pie</dc:creator>
		<pubDate>Thu, 24 Jun 2010 12:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=46#comment-625</guid>
		<description>Mmmmmm pie</description>
		<content:encoded><![CDATA[<p>Mmmmmm pie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloadable List of Computer Repair CDs by Car Radio Wire</title>
		<link>http://www.techish.net/2010/04/29/downloadable-list-of-computer-repair-cds-2/comment-page-1/#comment-619</link>
		<dc:creator>Car Radio Wire</dc:creator>
		<pubDate>Mon, 14 Jun 2010 08:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=138#comment-619</guid>
		<description>excellent work man, maintain writing the same manner</description>
		<content:encoded><![CDATA[<p>excellent work man, maintain writing the same manner</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tool:  SARDU &#8211; Shardana Antivirus Rescue Disk Utility by Better Homes and Gardens Architectural Home Designer &#124; I Sketched</title>
		<link>http://www.techish.net/2010/05/17/tool-sardu-shardana-antivirus-rescue-disk-utility/comment-page-1/#comment-360</link>
		<dc:creator>Better Homes and Gardens Architectural Home Designer &#124; I Sketched</dc:creator>
		<pubDate>Tue, 18 May 2010 02:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=178#comment-360</guid>
		<description>[...] Techish.net &#187; Tool: SARDU &#8211; Shardana Antivirus Rescue Disk Utility [...]</description>
		<content:encoded><![CDATA[<p>[...] Techish.net &raquo; Tool: SARDU &#8211; Shardana Antivirus Rescue Disk Utility [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listing Windows Processes and DLLs plus Malware Hash Registry Checking by Rich Kreider</title>
		<link>http://www.techish.net/2010/05/06/listing-windows-processes-and-dlls-plus-malware-hash-registry-checking/comment-page-1/#comment-176</link>
		<dc:creator>Rich Kreider</dc:creator>
		<pubDate>Thu, 06 May 2010 18:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=156#comment-176</guid>
		<description>I&#039;m curious as to why that actually works.  That will bug me the rest of the day now.  :-/  Time for more research!</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious as to why that actually works.  That will bug me the rest of the day now.  :-/  Time for more research!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listing Windows Processes and DLLs plus Malware Hash Registry Checking by Rich Kreider</title>
		<link>http://www.techish.net/2010/05/06/listing-windows-processes-and-dlls-plus-malware-hash-registry-checking/comment-page-1/#comment-175</link>
		<dc:creator>Rich Kreider</dc:creator>
		<pubDate>Thu, 06 May 2010 18:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=156#comment-175</guid>
		<description>@Bryan,

Interestingly, I figured out I needed a /OUTPUT:c:\somefile.txt in my WMIC call... *sigh*  I realized this AFTER a day of screwing around.  I decided to run a dir /b /s c:\ and pipe it to a temp file then re-read it with for loop.  THAT worked so I knew something fishy was going on with WMIC since SS64 mentioned problems with WMIC output and FOR-LOOPS in DOS.  *shrug*

I posted my final quick-rendition of what I&#039;m working on for a Proof of Concept to my whole idea that I have thought about today.

http://www.techish.net/files/rjkscan.zip - 2 files;  rjkscan.cmd and md5sum.exe

I don&#039;t put a lot of thought into these code snippets as I usually tend to just whip them up so I can prove an idea I&#039;m having or get some instant gratification.  ;-)</description>
		<content:encoded><![CDATA[<p>@Bryan,</p>
<p>Interestingly, I figured out I needed a /OUTPUT:c:\somefile.txt in my WMIC call&#8230; *sigh*  I realized this AFTER a day of screwing around.  I decided to run a dir /b /s c:\ and pipe it to a temp file then re-read it with for loop.  THAT worked so I knew something fishy was going on with WMIC since SS64 mentioned problems with WMIC output and FOR-LOOPS in DOS.  *shrug*</p>
<p>I posted my final quick-rendition of what I&#8217;m working on for a Proof of Concept to my whole idea that I have thought about today.</p>
<p><a href="http://www.techish.net/files/rjkscan.zip" rel="nofollow">http://www.techish.net/files/rjkscan.zip</a> &#8211; 2 files;  rjkscan.cmd and md5sum.exe</p>
<p>I don&#8217;t put a lot of thought into these code snippets as I usually tend to just whip them up so I can prove an idea I&#8217;m having or get some instant gratification.  ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listing Windows Processes and DLLs plus Malware Hash Registry Checking by Bryan Price</title>
		<link>http://www.techish.net/2010/05/06/listing-windows-processes-and-dlls-plus-malware-hash-registry-checking/comment-page-1/#comment-174</link>
		<dc:creator>Bryan Price</dc:creator>
		<pubDate>Thu, 06 May 2010 18:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=156#comment-174</guid>
		<description>The do programming is just something I don&#039;t do. (pun not intended) Old Basic (real old!) programmer here.  Evidently I have good cause:

@echo off
setlocal enabledelayedexpansion

: NOTE:  (http://ss64.com/nt/for_f.html)
: Many of the newer commands and utilities (e.g. WMIC) output text files in unicode format, these cannot be read by the FOR
: command which expects ASCII.
:
: To convert the file format use the TYPE command.

wmic process get executablepath /format:list&#124;findstr /I /M /C:&quot;C:&quot; &gt;TEMP
type TEMP &gt; TEMP.TXT

for /F &quot;tokens=2 delims==&quot; %%i in (TEMP.TXT) do call :whatsit &quot;%%i&quot;
goto :eof
:whatsit
: This is what gets outputted:
: &quot;C:\Windows\System32\smss.exe&quot;
: &quot;C:\WINDOWS\system32\csrss.exe&quot;
: &quot;C:\WINDOWS\system32\winlogon.exe&quot;
: No missing end quote!
echo %1


-----

Works for me.  Hope this helps. :)</description>
		<content:encoded><![CDATA[<p>The do programming is just something I don&#8217;t do. (pun not intended) Old Basic (real old!) programmer here.  Evidently I have good cause:</p>
<p>@echo off<br />
setlocal enabledelayedexpansion</p>
<p>: NOTE:  (<a href="http://ss64.com/nt/for_f.html" rel="nofollow">http://ss64.com/nt/for_f.html</a>)<br />
: Many of the newer commands and utilities (e.g. WMIC) output text files in unicode format, these cannot be read by the FOR<br />
: command which expects ASCII.<br />
:<br />
: To convert the file format use the TYPE command.</p>
<p>wmic process get executablepath /format:list|findstr /I /M /C:&#8221;C:&#8221; &gt;TEMP<br />
type TEMP &gt; TEMP.TXT</p>
<p>for /F &#8220;tokens=2 delims==&#8221; %%i in (TEMP.TXT) do call :whatsit &#8220;%%i&#8221;<br />
goto :eof<br />
:whatsit<br />
: This is what gets outputted:<br />
: &#8220;C:\Windows\System32\smss.exe&#8221;<br />
: &#8220;C:\WINDOWS\system32\csrss.exe&#8221;<br />
: &#8220;C:\WINDOWS\system32\winlogon.exe&#8221;<br />
: No missing end quote!<br />
echo %1</p>
<p>&#8212;&#8211;</p>
<p>Works for me.  Hope this helps. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloadable List of Computer Repair CDs by Seth Leedy</title>
		<link>http://www.techish.net/2010/04/29/downloadable-list-of-computer-repair-cds-2/comment-page-1/#comment-115</link>
		<dc:creator>Seth Leedy</dc:creator>
		<pubDate>Mon, 03 May 2010 12:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=138#comment-115</guid>
		<description>Nice List!!
I&#039;ll be using some for my PXE boot project.</description>
		<content:encoded><![CDATA[<p>Nice List!!<br />
I&#8217;ll be using some for my PXE boot project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leo Laporte Plans To Cancel Facebook Account by limewire</title>
		<link>http://www.techish.net/2010/04/28/leo-laporte-plans-to-cancel-facebook-account/comment-page-1/#comment-75</link>
		<dc:creator>limewire</dc:creator>
		<pubDate>Fri, 30 Apr 2010 10:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=119#comment-75</guid>
		<description>dang nice info bro.</description>
		<content:encoded><![CDATA[<p>dang nice info bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add an LPT Printer Through USB Share by Rich Kreider</title>
		<link>http://www.techish.net/2010/04/13/add-an-lpt-printer-through-usb-share/comment-page-1/#comment-59</link>
		<dc:creator>Rich Kreider</dc:creator>
		<pubDate>Wed, 28 Apr 2010 17:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=78#comment-59</guid>
		<description>@Nimbus,

Thanks;  post updated.</description>
		<content:encoded><![CDATA[<p>@Nimbus,</p>
<p>Thanks;  post updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add an LPT Printer Through USB Share by Nimbus</title>
		<link>http://www.techish.net/2010/04/13/add-an-lpt-printer-through-usb-share/comment-page-1/#comment-58</link>
		<dc:creator>Nimbus</dc:creator>
		<pubDate>Wed, 28 Apr 2010 16:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techish.net/?p=78#comment-58</guid>
		<description>Hey, just thinking this could probably be simplified with the use of &lt;i&gt;localhost&lt;/i&gt;.

Since you&#039;re sharing the USB port of the same computer which requires the LPT I could see simply:

net use LPT1 \\localhost\PrinterName /persistent:yes

Thus allowing to skip the process of checking your computer name/spelling.

(works here on Windows 7, Windows 7 requires that CMD is run as admin for this operation.)</description>
		<content:encoded><![CDATA[<p>Hey, just thinking this could probably be simplified with the use of <i>localhost</i>.</p>
<p>Since you&#8217;re sharing the USB port of the same computer which requires the LPT I could see simply:</p>
<p>net use LPT1 \\localhost\PrinterName /persistent:yes</p>
<p>Thus allowing to skip the process of checking your computer name/spelling.</p>
<p>(works here on Windows 7, Windows 7 requires that CMD is run as admin for this operation.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
