From: Eduardo Davila Date: Tue, 5 Jul 2011 19:19:01 +0000 (+0000) Subject: no message X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=95844e7e79a8a29c338f4928e8cfb0bbde7c613e;p=bbtk.git no message --- 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 : '"<