From 95844e7e79a8a29c338f4928e8cfb0bbde7c613e Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 5 Jul 2011 19:19:01 +0000 Subject: [PATCH] no message --- packages/std/src/bbstdExecSystemCommand.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 3c32175..27f8559 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdExecSystemCommand.cxx,v $ Language: C++ - Date: $Date: 2009/05/14 14:43:38 $ - Version: $Revision: 1.8 $ + Date: $Date: 2011/07/05 19:19:01 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -72,6 +72,9 @@ namespace bbstd ccommand[i]=34; } } +#if defined(_WIN32) + command="start /b "+command; +#endif // defined(_WIN32) std::cout << "*** Executing system command : '"<