No more sense to keep all these MSDN disks

I have several active Microsoft MSDN licenses / subscriptions, and the oldest one comes with the biggest MSDN disc collection (more than 1500 CDs and DVDs). The 2015 is the year when the Cloud has won. Disks are going to recycling plant, and I am left with a small virtual .iso collection, and big collection …

Solution to “The term ‘-Version’ is not recognized as the name of a cmdlet…”

When trying to run PowerShell.exe with command line argument -Version, you may get the following error: -Version : The term ‘-Version’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and …

MS-DOS command redirection operators

This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: IF statement in DOS batch file. The two most commonly used redirection operators used in console are the output redirection operator (>) and the input redirection operator ( is …