<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Duncan Smart's Weblog</title>
	<atom:link href="http://blog.dotsmart.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dotsmart.net</link>
	<description>insert witty, geeky tagline here...</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:09:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Getting a machine’s NetBIOS domain name in C# by Duncan Smart</title>
		<link>http://blog.dotsmart.net/2009/03/11/getting-a-machine%e2%80%99s-netbios-domain-name-in-csharp/#comment-1044</link>
		<dc:creator>Duncan Smart</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/?p=121#comment-1044</guid>
		<description>@Geert - I incorporated Rp Brongers&#039; changes already - but also got rid of the ToInt32 bit. Should work on x64 - pretty sure I tested it there.</description>
		<content:encoded><![CDATA[<p>@Geert &#8211; I incorporated Rp Brongers&#8217; changes already &#8211; but also got rid of the ToInt32 bit. Should work on x64 &#8211; pretty sure I tested it there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a machine’s NetBIOS domain name in C# by Geert</title>
		<link>http://blog.dotsmart.net/2009/03/11/getting-a-machine%e2%80%99s-netbios-domain-name-in-csharp/#comment-1043</link>
		<dc:creator>Geert</dc:creator>
		<pubDate>Wed, 10 Mar 2010 08:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/?p=121#comment-1043</guid>
		<description>&quot;Output the FQDN of a specified server NetBIOS name. Then you can query the substring from the FQDN.&quot; -&gt; don&#039;t do this, it is not always correct.
The netbios name can be different from the dns name</description>
		<content:encoded><![CDATA[<p>&#8220;Output the FQDN of a specified server NetBIOS name. Then you can query the substring from the FQDN.&#8221; -&gt; don&#8217;t do this, it is not always correct.<br />
The netbios name can be different from the dns name</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Windows 7&#8217;s &#8220;XP Mode&#8221; to run IE 6, IE 7 and IE8 side-by-side by Virgil</title>
		<link>http://blog.dotsmart.net/2009/06/24/using-windows-7s-xp-mode-to-run-ie-6-and-ie-7-side-by-side/#comment-1042</link>
		<dc:creator>Virgil</dc:creator>
		<pubDate>Wed, 10 Mar 2010 06:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2009/06/24/using-windows-7s-xp-mode-to-run-ie-6-and-ie-7-side-by-side/#comment-1042</guid>
		<description>Great stutf. blog.dotsmart.net deserves an award.</description>
		<content:encoded><![CDATA[<p>Great stutf. blog.dotsmart.net deserves an award.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a machine’s NetBIOS domain name in C# by HELLO</title>
		<link>http://blog.dotsmart.net/2009/03/11/getting-a-machine%e2%80%99s-netbios-domain-name-in-csharp/#comment-1041</link>
		<dc:creator>HELLO</dc:creator>
		<pubDate>Wed, 10 Mar 2010 02:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/?p=121#comment-1041</guid>
		<description>Output the FQDN of a specified server NetBIOS name. Then you can query the substring from the FQDN.

IPHostEntry he = Dns.GetHostEntry(serverNetBIOSName);
IPHostEntry he2 = Dns.GetHostEntry(he.AddressList[0]);
Console.WriteLine(he2.HostName);</description>
		<content:encoded><![CDATA[<p>Output the FQDN of a specified server NetBIOS name. Then you can query the substring from the FQDN.</p>
<p>IPHostEntry he = Dns.GetHostEntry(serverNetBIOSName);<br />
IPHostEntry he2 = Dns.GetHostEntry(he.AddressList[0]);<br />
Console.WriteLine(he2.HostName);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: &#8220;Cannot read from the source file or disk&#8221; by Alex</title>
		<link>http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1040</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1040</guid>
		<description>Thank you very much! It worked!!!</description>
		<content:encoded><![CDATA[<p>Thank you very much! It worked!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: &#8220;Cannot read from the source file or disk&#8221; by kita</title>
		<link>http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1039</link>
		<dc:creator>kita</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1039</guid>
		<description>I know this is a really old post but, I have to say thank you to both Duncan and Martin for your tips!  Worked like a charm :)</description>
		<content:encoded><![CDATA[<p>I know this is a really old post but, I have to say thank you to both Duncan and Martin for your tips!  Worked like a charm :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting a machine’s NetBIOS domain name in C# by Geert</title>
		<link>http://blog.dotsmart.net/2009/03/11/getting-a-machine%e2%80%99s-netbios-domain-name-in-csharp/#comment-1038</link>
		<dc:creator>Geert</dc:creator>
		<pubDate>Tue, 09 Mar 2010 19:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/?p=121#comment-1038</guid>
		<description>I&#039;m currently testing this snippet converted to vb.net
I couldn&#039;t understand from the sample and comments:

Is &quot;Int32 pointer = buffer.ToInt32();&quot; needed on 64 bit or not? (which is the correct function)

Thanks for the code.</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently testing this snippet converted to vb.net<br />
I couldn&#8217;t understand from the sample and comments:</p>
<p>Is &#8220;Int32 pointer = buffer.ToInt32();&#8221; needed on 64 bit or not? (which is the correct function)</p>
<p>Thanks for the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: &#8220;Cannot read from the source file or disk&#8221; by joe</title>
		<link>http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1037</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sat, 06 Mar 2010 00:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1037</guid>
		<description>The file I want to delete has a name that is too long so when I try to paste it into command my computer beeps a whole bunch and it wont all go in</description>
		<content:encoded><![CDATA[<p>The file I want to delete has a name that is too long so when I try to paste it into command my computer beeps a whole bunch and it wont all go in</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: &#8220;Cannot read from the source file or disk&#8221; by nick</title>
		<link>http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1036</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1036</guid>
		<description>This came in handy, on some files had an access denied on the file server.  Launched a command prompt as the original user and was able to finish deleting them

Thanks for the post!</description>
		<content:encoded><![CDATA[<p>This came in handy, on some files had an access denied on the file server.  Launched a command prompt as the original user and was able to finish deleting them</p>
<p>Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solved: &#8220;Cannot read from the source file or disk&#8221; by Reis~</title>
		<link>http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1035</link>
		<dc:creator>Reis~</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://dotsmart.wordpress.com/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/#comment-1035</guid>
		<description>Thank you so much for this info!!!
WHEW!!!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this info!!!<br />
WHEW!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
