Pivo Command Component - Version 1.01 An Internet utility that returns information aboutcommands which can be executed in command line such asping, nslookup and dir etc. It is a component classdesigned for calling an external command line fromwithin a Windows Forms application (or any otherapplication that wants to avoid opening a consolewindow) and receiving its text output. This works forstand-alone command line applications as well as forcommands invoking the Windows command line processor(so-called DOS commands).This is an Internet servicethat finds information about a commands which can beused in command prompt. To see the COMMAND service inaction, check out our command component. CommandComponent programmatically executes a command incommand line and receiving the resulting text output isan all but easy and straightforward. The Commandproperty (string) defines which executable or 'DOScommand' to execute. For Example: netsh.