Archive for the wtf tag
"*.*" -ne "*" (or, old dos habits die hard)
# Setup Demonstration Files - Erase Existing Files rd -recurse -force c:\LogFiles rd -recurse -force c:\Drawings # Setup Demonstration Files md c:\LogFiles echo foo | out-file c:\LogFiles\foo.txt md C:\LogFiles\SubDir cp c:\LogFiles\foo.txt c:\LogFiles\SubDir md c:\Drawings # Does not work as expected cp -recurse -force c:\LogFiles\*.* c:\Drawings #only copies foo.txt # Does what you want it to [...]
Read ArticleGood Goddamn, Blogger sucks too
Y'know, for a website that claims to be out of beta, they still look beta to me: I've been noticing this junk on a number of google sites, lately (calendar for sure, maybe gmail too, can't remember). I've got all me firefox extensions disabled and notice the same behavior in I.E. Goddamn I'm grumpy
Read ArticleGood Goddamn, Powershell Sucks!
Apparently Blogger sucks too, 'cause I can't get this picture to display at full resolution. You'll have to click to read it: In case you can't be bothered, powershell's remove-item crashes with "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the [...]
Read Article