|
|
|
|
|
MyCommandToExecute is Command
MyCommandToExecute = "C:\Path\MyProgram.exe"
MyCommandToExecute.Arguments = "Argument1"
MyCommandToExecute.Streams = cmdStandardInput + cmdStandardOutput
CmdAddArgument(MyCommandToExecute, "C:\path\file.log")
Sintaxis
CmdAddArgument(<Command> , <Argument>)
<Command>: . <Argument>: . Clasificación Lógica de negocio / UI: Lógica de negocio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|