I always said, real men don’t make backups for their important data :) I do not want to lose data. I am in IT industry for some time, and I know, that it is not “IF hard drive will fail”** … but “when will it fail”. Here is the story we all can learn from: …
Author Archives: Maris
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 …
Continue reading “Solution to “The term ‘-Version’ is not recognized as the name of a cmdlet…””
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 …