From 125a3206e64cab43ad04aa689cda4eb545c57d39 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 4 Apr 2019 00:14:01 +0200 Subject: [PATCH] #3248 BBTK Feature New Normal - box bbstdExecSystemCommand Verbose option --- packages/std/src/bbstdExecSystemCommand.cxx | 10 ++++++++-- packages/std/src/bbstdExecSystemCommand.h | 12 +++++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 63beb0c..43c9dc5 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() { } @@ -80,8 +83,11 @@ namespace bbstd // #if defined(_WIN32) // ccommand="start /b "+ccommand; // #endif // defined(_WIN32) - std::cout << "*** Executing system command : '"<