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