PowerShell CommandletsA cmdlet (commandlet) is a lightweight command that is used in the PowerShell environment. Cmdlets perform an action […] March 3, 2021 in Windows tagged PowerShell / command / cmdlet / commandlet / batch / PowerShell by Mike
Command Pattern IntroductionWhat is the command design pattern? Here we are in the context of object-oriented programming (OOP). The command […] January 2, 2021 in Design Patterns tagged pattern / Automation / home / design / command by Mike
DOS Command LineIn Windows, you can run DOS commands at the command line. In PC computers, DOS was the operating […] September 25, 2020 in Windows tagged files / list / DOS / command / directory / cmd / dir / DOS by Mike
WPF Controls with Built-In Command BindingsSome controls in WPF contain their own command bindings. Let’s look at an example. The TextBox control has […] April 1, 2020 in WPF tagged text / command / paste / copy / control / binding / xaml / commandtarget / WPF / cut / editor by Mike
WPF CommandsWPF commands are closely related to events. When the user clicks a button, chooses something from a menu […] April 1, 2020 in WPF tagged command / event / commands by Mike
SQL Server xp_cmdshellFrom within SQL Server you can spawn a command shell to the operating system. Therefore you can run […] April 9, 2017 in SQL Server tagged DOS / xp_cmdshell / command by Mike