<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Jeff Harbert's Blog - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-99489056" type="application/json"/><link>http://jeffharbertblog.disqus.com/</link><description>None</description><atom:link href="http://jeffharbertblog.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 01 Feb 2012 09:59:23 -0000</lastBuildDate><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-426353372</link><description>&lt;p&gt;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)&lt;/p&gt;

&lt;p&gt;DostrLine=objExec.StdOut.ReadLineIf InStr(strLine,"MAC Address") ThenarrFields = Split(strLine, " ")strMAC1 = arrFields(7)strMACAddress = Replace(strMAC1, "-", "")strCompEntry = strComputer &amp;amp; "," &amp;amp; strMACAddressSet objFile2 = objFSO.OpenTextFile("C:\tools\dns\mac.txt", ForAppending)objFile2.WriteLine strCompEntryobjFile2.closeEnd IfLoop While Not ObjExec.Stdout.atEndOfStreamElse&lt;/p&gt;

&lt;p&gt;Basically, remove everything from the Do and add the "While Not ObjExec.Stdout.atEndOfStream" after the loop on line 46.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ChrisKader</dc:creator><pubDate>Wed, 01 Feb 2012 09:59:23 -0000</pubDate></item><item><title>Re: USPS (Non-)Tracking Service</title><link>http://blog.jeffharbert.com/index.php/2009/09/usps-non-tracking-service/#comment-374481198</link><description>&lt;p&gt;What's interesting is that I'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'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)&lt;/p&gt;

&lt;p&gt;It's pretty hit and miss, and frustrating for the seller and the end-user as well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Souleiman Benhida</dc:creator><pubDate>Mon, 28 Nov 2011 17:10:23 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-343975724</link><description>&lt;p&gt;Sorry for the delay, I was unable to reply here last week.  It is still giving an error in the same place.  I haven'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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Billy Russell</dc:creator><pubDate>Tue, 25 Oct 2011 13:38:10 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-339366046</link><description>&lt;p&gt;Billy - I'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's the link to the ZIP file: &lt;a href="http://dl.dropbox.com/u/569310/WakeOnLan.zip" rel="nofollow"&gt;http://dl.dropbox.com/u/569310...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'll also add this ZIP file to the post. Do let me know how well the scripts in the ZIP file work for you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Harbert</dc:creator><pubDate>Wed, 19 Oct 2011 15:39:02 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-339353230</link><description>&lt;p&gt;I'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'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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Billy Russell</dc:creator><pubDate>Wed, 19 Oct 2011 15:18:28 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-339175695</link><description>&lt;p&gt;There should be a space before 'True':&lt;/p&gt;

&lt;p&gt;Do While objExec.StdOut.AtEndOfStream True&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Harbert</dc:creator><pubDate>Wed, 19 Oct 2011 11:16:57 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-339160069</link><description>&lt;p&gt;Great scripts.  I'm having a slight issue with the one that pings and pulls the MAC.  I get a script error on the line:&lt;/p&gt;

&lt;p&gt;Do While objExec.StdOut.AtEndOfStreamTrue&lt;/p&gt;

&lt;p&gt;It says the object doesn't support this method.  If i remove True from the end it runs, but never stops running.  I'm no VBScript expert so any help would be appreciated.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Billy Russell</dc:creator><pubDate>Wed, 19 Oct 2011 10:55:27 -0000</pubDate></item><item><title>Re: Convert Unicode Files to ASCII</title><link>http://blog.jeffharbert.com/index.php/2009/03/convert-unicode-files-to-ascii/#comment-325471265</link><description>&lt;p&gt;According to &lt;a href="http://msdn.microsoft.com/library/314cz14s.aspx" rel="nofollow"&gt;http://msdn.microsoft.com/libr...&lt;/a&gt;, the value -2 is called TristateUseDefault, not TriStateTrue.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michel de Ruiter</dc:creator><pubDate>Mon, 03 Oct 2011 07:18:42 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-249706108</link><description>&lt;p&gt;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'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. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian</dc:creator><pubDate>Tue, 12 Jul 2011 16:33:57 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-246000461</link><description>&lt;p&gt;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 "objFile.close":&lt;/p&gt;

&lt;p&gt;strList = Replace(strFile, vbCrLf, ",")&lt;br&gt;wScript.Echo strList&lt;/p&gt;

&lt;p&gt;This replaces the line feeds at the end of each line with a comma before the entire file is split into an array.&lt;/p&gt;

&lt;p&gt;I've updated the script in the post as well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Harbert</dc:creator><pubDate>Fri, 08 Jul 2011 13:54:35 -0000</pubDate></item><item><title>Re: A VBScript &amp;#8216;Wake on LAN&amp;#8217; Project</title><link>http://blog.jeffharbert.com/index.php/2009/03/a-vbscript-wake-on-lan-project/#comment-233545342</link><description>&lt;p&gt;In the final script where it retrieves the MAC address based on your input,&lt;br&gt;it seems to only work if all of the entries are on the same line.&lt;/p&gt;

&lt;p&gt;Otherwise it's not accurate...  as the MAC retrieval script places the entries&lt;br&gt;on multiple lines this will require some modification. Let me know if you&lt;br&gt;can figure out how to do it.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JiHbE</dc:creator><pubDate>Thu, 23 Jun 2011 15:48:19 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-205514299</link><description>&lt;p&gt;XM is getting quite a reputation for overbilling customers and making it difficult if not impossible to straighten things out. There are sites that give e-mail addresses for corporate headquarters. I don't know if they will help (satellite radio is a monopoly---a bad thing for customer service. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">telperionlaurel</dc:creator><pubDate>Tue, 17 May 2011 20:14:35 -0000</pubDate></item><item><title>Re: USPS (Non-)Tracking Service</title><link>http://blog.jeffharbert.com/index.php/2009/09/usps-non-tracking-service/#comment-163587566</link><description>&lt;p&gt;Isn't there any way to speed it up? Because I have the same problem with a videogame I and I was planning on calling the last place Streamlite mentioned so I can see where they shipped it too and then call them to make sure my package gets sent to me by Saturday&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zach H</dc:creator><pubDate>Thu, 10 Mar 2011 13:22:33 -0000</pubDate></item><item><title>Re: USPS (Non-)Tracking Service</title><link>http://blog.jeffharbert.com/index.php/2009/09/usps-non-tracking-service/#comment-154491324</link><description>&lt;p&gt;I LIVE IN NEW ENGLAND AN I  am having same problem'S + company odorma does same it is bull .&lt;br&gt;especially you live in urban apt area were packages get stolen asap ,they need do something or people will either not order or start using ups as they are shipping company period an insured for all i believe they make sure package makes it to your stairs an 3 ,i live on second floor mail boxes along side house they will not even bring package 99.9 percent he makes up pickup slip i caught him  last time  said he DONT walk upstairs no older then 33 -36  come on we pay taxes to get are mail my gramps told me as he delivered in 50-60 they come right to door walked everywhere,no such thing as cant come up the stairs knock thats bull so if DONT have tracking correct i do not have time frame to catch him an need go 50 miles get a packager no cost me extra 20.00 an time i mean its bull USPS needs straighten up or ship there own ass out.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JIMMY</dc:creator><pubDate>Wed, 23 Feb 2011 03:00:55 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-101021311</link><description>&lt;p&gt;I hate to tell you guys, but all of the different numbers that you call, whether it is an 800 or 888 or 866 numbers all circle back to the main XM radio number..it is a total sham/scam that XM has been doing for the last few years!  XM will call you back when you cancel your service, but as soon as you tell them because of how horrible there service is, they then just hang up on you....there is a company worse than Cablevision!  If the customer service rep tell you to hold on, you will hold until the battery in your phone goes out...no one will ever pickup the call again....&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dad</dc:creator><pubDate>Mon, 22 Nov 2010 21:12:08 -0000</pubDate></item><item><title>Re: Frozen Well Pump Motor</title><link>http://blog.jeffharbert.com/index.php/2010/01/frozen-well-pump-motor/#comment-76573763</link><description>&lt;p&gt;The pipes going to and from the well pump were actually a little warmer than ambient temperature.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Woodworking project plans</dc:creator><pubDate>Fri, 10 Sep 2010 04:00:28 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-50814715</link><description>&lt;p&gt;people stop complaining... you dont have a option to cancel on the net so that when you call you will have the opportunity to benefit from a promo... no company wants to lose customers like that and not everyone can do everything... yall too spoilt..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">badazgirl</dc:creator><pubDate>Mon, 17 May 2010 22:42:50 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-33906917</link><description>&lt;p&gt;I have had almost the exact same negative experience as you did Jeff with XM Satellite Radio.  I have filed a consuimer complaint with the FCC today (02/11/2010).  &lt;br&gt;Dana H. Benjamin e-mail: danabenj@AOL.COM&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">danabenjamin</dc:creator><pubDate>Thu, 11 Feb 2010 14:39:53 -0000</pubDate></item><item><title>Re: We got about eight inches</title><link>http://blog.jeffharbert.com/index.php/2010/01/we-got-about-eight-inches/#comment-32934362</link><description>&lt;p&gt;It's been snowing here in Denmark since mid-december! And it's been staying, which is super super rare here in Denmark!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ChrisBroholm</dc:creator><pubDate>Sun, 07 Feb 2010 12:59:42 -0000</pubDate></item><item><title>Re: We got about eight inches</title><link>http://blog.jeffharbert.com/index.php/2010/01/we-got-about-eight-inches/#comment-32930427</link><description>&lt;p&gt;This is an unusual amount of snow for this part of North Carolina.  That's two decent snowfalls we've gotten so far this winter.  I love snow, but I do hope this is the end of it.  I have too many things to get done outside.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Harbert</dc:creator><pubDate>Sun, 07 Feb 2010 12:05:07 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-32930342</link><description>&lt;p&gt;Sorry for the delayed reply, Karen!  Another example of a failure of their website.  Unfortunately it sounds like you'll have to call XM and explain the situation to them.  Give this number a try: 888-635-5142.&lt;br&gt;&lt;br&gt;Good luck!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Harbert</dc:creator><pubDate>Sun, 07 Feb 2010 12:03:50 -0000</pubDate></item><item><title>Re: We got about eight inches</title><link>http://blog.jeffharbert.com/index.php/2010/01/we-got-about-eight-inches/#comment-32147301</link><description>&lt;p&gt;Wow, that's quite a bit! We got just shy of that in Denmark yesterday :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ChrisBroholm</dc:creator><pubDate>Sat, 30 Jan 2010 10:45:54 -0000</pubDate></item><item><title>Re: XM Radio Customer Service Failure</title><link>http://blog.jeffharbert.com/index.php/2009/09/xm-radio-customer-service-failure/#comment-31737335</link><description>&lt;p&gt;i just bought a veh with xm radio in it. Its already regsistered in another name but i want to change it to my name and start a new account. i tried to it on line but its not letting me change it. &lt;br&gt;what do i do next? help&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">karen14</dc:creator><pubDate>Thu, 28 Jan 2010 00:27:42 -0000</pubDate></item><item><title>Re: My Grandparents</title><link>http://blog.jeffharbert.com/index.php/2010/01/my-grandparents/#comment-30974554</link><description>&lt;p&gt;Thanks, Chuck.  I'm glad your boys still have their grandparents.  The timing just wasn't right for me - my dad was the youngest of eight kids, my mom in the middle of six, and I was born nine years after my middle brother.  My grandparents were already pretty old by the time I showed up.&lt;/p&gt;

&lt;p&gt;Yep, I have roots there.  My dad grew up in Lamar and my mom grew up in Springfield.  My dad's family spread out to Texas, Missouri, and Oklahoma, while my mom's family all moved to California over time.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Harbert</dc:creator><pubDate>Sat, 23 Jan 2010 10:17:07 -0000</pubDate></item><item><title>Re: My Grandparents</title><link>http://blog.jeffharbert.com/index.php/2010/01/my-grandparents/#comment-30953452</link><description>&lt;p&gt;Well done.  I barely knew my maternal grandfather, as he lived many states away, and died when I was about nine years old. My paternal grandfather I was able to know a bit more, but he died when I was thirteen. I tell my sons how lucky they are to be able to get to know their grandparents. By the time I was my oldest son's age all mine were gone. &lt;/p&gt;

&lt;p&gt;Funny you mention Lamar. I can recall driving through it (on US 287) a few times in the late 70s, driving from Texas to Montana. I had no idea you had roots there.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chuck goolsbee</dc:creator><pubDate>Sat, 23 Jan 2010 04:15:48 -0000</pubDate></item></channel></rss>
