X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=919e1975f0cfc379eb142428982b8a8bba15b209;hb=560318e314802dd68405a0e11f0082e6d5fc6efb;hp=63beb0c99eb947c43fe20cfddf75de534b9caf7a;hpb=f7e59c0e80bb56af0fe38ab2e170a8cabf4a5c3c;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 63beb0c..919e197 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -46,10 +46,13 @@ namespace bbstd void ExecSystemCommand::bbUserSetDefaultValues() { bbSetInputIn("help"); + bbSetInputVerbose(true); } + void ExecSystemCommand::bbUserInitializeProcessing() { } + void ExecSystemCommand::bbUserFinalizeProcessing() { } @@ -79,10 +82,18 @@ namespace bbstd } // #if defined(_WIN32) // ccommand="start /b "+ccommand; -// #endif // defined(_WIN32) - std::cout << "*** Executing system command : '"<