<?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 Jeff Harbert&#039;s Blog</title>
	<atom:link href="http://blog.jeffharbert.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffharbert.com</link>
	<description>computers.books.philanthropy.privacy</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by ChrisKader</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-89</link>
		<dc:creator>ChrisKader</dc:creator>
		<pubDate>Wed, 01 Feb 2012 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-89</guid>
		<description>I know this post is old but I was looking for a method to send WOL by using just vbScripting (No WOL exe). After looking at your script, I found the issue. Here is the fixed section (lines 35 to 46)

DostrLine=objExec.StdOut.ReadLineIf InStr(strLine,&quot;MAC Address&quot;) ThenarrFields = Split(strLine, &quot; &quot;)strMAC1 = arrFields(7)strMACAddress = Replace(strMAC1, &quot;-&quot;, &quot;&quot;)strCompEntry = strComputer &amp; &quot;,&quot; &amp; strMACAddressSet objFile2 = objFSO.OpenTextFile(&quot;C:toolsdnsmac.txt&quot;, ForAppending)objFile2.WriteLine strCompEntryobjFile2.closeEnd IfLoop While Not ObjExec.Stdout.atEndOfStreamElse

Basically, remove everything from the Do and add the &quot;While Not ObjExec.Stdout.atEndOfStream&quot; after the loop on line 46.</description>
		<content:encoded><![CDATA[<p>I know this post is old but I was looking for a method to send WOL by using just vbScripting (No WOL exe). After looking at your script, I found the issue. Here is the fixed section (lines 35 to 46)</p>
<p>DostrLine=objExec.StdOut.ReadLineIf InStr(strLine,&#8221;MAC Address&#8221;) ThenarrFields = Split(strLine, &#8221; &#8220;)strMAC1 = arrFields(7)strMACAddress = Replace(strMAC1, &#8220;-&#8221;, &#8220;&#8221;)strCompEntry = strComputer &amp; &#8220;,&#8221; &amp; strMACAddressSet objFile2 = objFSO.OpenTextFile(&#8220;C:toolsdnsmac.txt&#8221;, ForAppending)objFile2.WriteLine strCompEntryobjFile2.closeEnd IfLoop While Not ObjExec.Stdout.atEndOfStreamElse</p>
<p>Basically, remove everything from the Do and add the &#8220;While Not ObjExec.Stdout.atEndOfStream&#8221; after the loop on line 46.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on USPS (Non-)Tracking Service by Souleiman Benhida</title>
		<link>http://blog.jeffharbert.com/index.php/2009/09/usps-non-tracking-service/comment-page-1/#comment-88</link>
		<dc:creator>Souleiman Benhida</dc:creator>
		<pubDate>Mon, 28 Nov 2011 22:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/index.php/2009/09/usps-non-tracking-service/#comment-88</guid>
		<description>What&#039;s interesting is that I&#039;m buying (small) parts to fix an iPod; I bought the screen assembly off Amazon and the tools from another site. I ordered both Thanksgiving morning. The tools shipped on Friday and the tracking worked perfectly; I got them on Monday. The screen(small) shipped Saturday morning but still hasn&#039;t  even updated the tracking. The seller assures that they HAVE GIVEN the package to the USPS. Both are using First-class mail and both are from california. (I live in MA)

It&#039;s pretty hit and miss, and frustrating for the seller and the end-user as well.</description>
		<content:encoded><![CDATA[<p>What&#8217;s interesting is that I&#8217;m buying (small) parts to fix an iPod; I bought the screen assembly off Amazon and the tools from another site. I ordered both Thanksgiving morning. The tools shipped on Friday and the tracking worked perfectly; I got them on Monday. The screen(small) shipped Saturday morning but still hasn&#8217;t  even updated the tracking. The seller assures that they HAVE GIVEN the package to the USPS. Both are using First-class mail and both are from california. (I live in MA)</p>
<p>It&#8217;s pretty hit and miss, and frustrating for the seller and the end-user as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by Billy Russell</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-86</link>
		<dc:creator>Billy Russell</dc:creator>
		<pubDate>Tue, 25 Oct 2011 17:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-86</guid>
		<description>Sorry for the delay, I was unable to reply here last week.  It is still giving an error in the same place.  I haven&#039;t had time to troubleshoot it.  If I remove True from the end it does run, but it never does the mac address find, just checks for ping and writes all the failures to a txt file but not of the successs get logged.</description>
		<content:encoded><![CDATA[<p>Sorry for the delay, I was unable to reply here last week.  It is still giving an error in the same place.  I haven&#8217;t had time to troubleshoot it.  If I remove True from the end it does run, but it never does the mac address find, just checks for ping and writes all the failures to a txt file but not of the successs get logged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by Jeff Harbert</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-85</link>
		<dc:creator>Jeff Harbert</dc:creator>
		<pubDate>Wed, 19 Oct 2011 19:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-85</guid>
		<description>Billy - I&#039;ve packaged the three VBS (simply created in Notepad) scripts as a ZIP file and (I think) fixed all the Wordpress-induced incorrect punctuation. Here&#039;s the link to the ZIP file: http://dl.dropbox.com/u/569310/WakeOnLan.zip

I&#039;ll also add this ZIP file to the post. Do let me know how well the scripts in the ZIP file work for you.</description>
		<content:encoded><![CDATA[<p>Billy &#8211; I&#8217;ve packaged the three VBS (simply created in Notepad) scripts as a ZIP file and (I think) fixed all the WordPress-induced incorrect punctuation. Here&#8217;s the link to the ZIP file: <a href="http://dl.dropbox.com/u/569310/WakeOnLan.zip" rel="nofollow">http://dl.dropbox.com/u/569310/WakeOnLan.zip</a></p>
<p>I&#8217;ll also add this ZIP file to the post. Do let me know how well the scripts in the ZIP file work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by Billy Russell</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-84</link>
		<dc:creator>Billy Russell</dc:creator>
		<pubDate>Wed, 19 Oct 2011 19:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-84</guid>
		<description>I&#039;ve noticed that wordpress does all kinds of nasty things to scripts.  Changes formatting, punctuation, etc...  Thanks for the quick reply.  There are more errors, but most likely due to the copy from word press.  I&#039;m going through it line by line.  Eventually it will work itself out or my boss will stop asking me to be a vb expert.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that wordpress does all kinds of nasty things to scripts.  Changes formatting, punctuation, etc&#8230;  Thanks for the quick reply.  There are more errors, but most likely due to the copy from word press.  I&#8217;m going through it line by line.  Eventually it will work itself out or my boss will stop asking me to be a vb expert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by Jeff Harbert</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-83</link>
		<dc:creator>Jeff Harbert</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-83</guid>
		<description>There should be a space before &#039;True&#039;:

Do While objExec.StdOut.AtEndOfStream True

I recently edited this post and Wordpress sometimes drops spaces when copying and pasting. Sorry about that, and thanks for bringing this to my attention.</description>
		<content:encoded><![CDATA[<p>There should be a space before &#8216;True&#8217;:</p>
<p>Do While objExec.StdOut.AtEndOfStream True</p>
<p>I recently edited this post and WordPress sometimes drops spaces when copying and pasting. Sorry about that, and thanks for bringing this to my attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by Billy Russell</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-82</link>
		<dc:creator>Billy Russell</dc:creator>
		<pubDate>Wed, 19 Oct 2011 14:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-82</guid>
		<description>Great scripts.  I&#039;m having a slight issue with the one that pings and pulls the MAC.  I get a script error on the line:

Do While objExec.StdOut.AtEndOfStreamTrue

It says the object doesn&#039;t support this method.  If i remove True from the end it runs, but never stops running.  I&#039;m no VBScript expert so any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Great scripts.  I&#8217;m having a slight issue with the one that pings and pulls the MAC.  I get a script error on the line:</p>
<p>Do While objExec.StdOut.AtEndOfStreamTrue</p>
<p>It says the object doesn&#8217;t support this method.  If i remove True from the end it runs, but never stops running.  I&#8217;m no VBScript expert so any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert Unicode Files to ASCII by Michel de Ruiter</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/convert-unicode-files-to-ascii/comment-page-1/#comment-81</link>
		<dc:creator>Michel de Ruiter</dc:creator>
		<pubDate>Mon, 03 Oct 2011 11:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=23#comment-81</guid>
		<description>According to http://msdn.microsoft.com/library/314cz14s.aspx, the value -2 is called TristateUseDefault, not TriStateTrue.</description>
		<content:encoded><![CDATA[<p>According to http://msdn.microsoft.com/library/314cz14s.aspx, the value -2 is called TristateUseDefault, not TriStateTrue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XM Radio Customer Service Failure by Brian</title>
		<link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/comment-page-1/#comment-79</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 12 Jul 2011 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-79</guid>
		<description>I had major problems canceling my account. after 3 attempts I think i might have it. they do not allow customers to cancel accounts, instead they hang up after 30 minutes on the phone, claim your phone number isn&#039;t in their data base so they cannot help you, then send you a bill with late charges.  I still get 2 or 3 calls every day from XM trying to renew my account which I canceled (hopefully). I prefer not to do business with companies that insist on harassing their customers. </description>
		<content:encoded><![CDATA[<p>I had major problems canceling my account. after 3 attempts I think i might have it. they do not allow customers to cancel accounts, instead they hang up after 30 minutes on the phone, claim your phone number isn&#8217;t in their data base so they cannot help you, then send you a bill with late charges.  I still get 2 or 3 calls every day from XM trying to renew my account which I canceled (hopefully). I prefer not to do business with companies that insist on harassing their customers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A VBScript &#8216;Wake on LAN&#8217; Project by Jeff Harbert</title>
		<link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/comment-page-1/#comment-78</link>
		<dc:creator>Jeff Harbert</dc:creator>
		<pubDate>Fri, 08 Jul 2011 17:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffharbert.com/?p=17#comment-78</guid>
		<description>Sorry for the delay in replying, and thank you for your comment. Yes, you are correct. The final WOL script does require all the entries to be on a single line. The easiest way to handle this would be to do it in memory. Add these two lines after &quot;objFile.close&quot;:

strList = Replace(strFile, vbCrLf, &quot;,&quot;)
wScript.Echo strList

This replaces the line feeds at the end of each line with a comma before the entire file is split into an array.

I&#039;ve updated the script in the post as well.</description>
		<content:encoded><![CDATA[<p>Sorry for the delay in replying, and thank you for your comment. Yes, you are correct. The final WOL script does require all the entries to be on a single line. The easiest way to handle this would be to do it in memory. Add these two lines after &#8220;objFile.close&#8221;:</p>
<p>strList = Replace(strFile, vbCrLf, &#8220;,&#8221;)<br />
wScript.Echo strList</p>
<p>This replaces the line feeds at the end of each line with a comma before the entire file is split into an array.</p>
<p>I&#8217;ve updated the script in the post as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

