Skip to main content

Posts

Showing posts from March, 2009

using calc to convert error codes

first of all, i have lost this link more times than i can remember.  you would think i’d have memorized it by now.  no one escapes the ravages of old age!  i took this from anthony clendenen’s blog who in turn got it from ken lutz, according to the blog post. anyway, here’s how you do this.  we start off with the value –2147467259.  (don’t worry about the negative sign.  it converts to the same value.) open calc go scientific go dec and degrees put in the value use [+/-] button if it makes you feel better.  otherwise, reference what i said in parenthesis. go hex and word if you want the last four values (4005) go hex and dword if you want the full value (80004005) use your favorite search engine and search to your heart’s galore.  i find that searching for the full value generally yields better results.

technet article about richcopy 4.0

if you’re not a fan of explorer file copying or hate using robocopy command line switches, you should check out this article: http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotlight.aspx?pr=blog and grab yourself a copy of the tool. apparently this previous internal-only tool is finally going places (to the public).  look at this snazzy splash screen of the installation. i’ll continue on for looping w/ robocopy for all my multi-threaded needs.