X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=919e1975f0cfc379eb142428982b8a8bba15b209;hb=560318e314802dd68405a0e11f0082e6d5fc6efb;hp=182fd342426885dac9607765af8938c679109317;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 182fd34..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() { } @@ -77,14 +80,22 @@ namespace bbstd ccommand[i]=34; } } - #if defined(_WIN32) - ccommand="start /b "+ccommand; - #endif // defined(_WIN32) - std::cout << "*** Executing system command : '"<