]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.cxx
#2871 BBTK Bug New Normal Windows - ExecSystemCommand not blocking
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.cxx
index f319e374d8ec036d1c03ae7bf91efedb7e175f3e..63beb0c99eb947c43fe20cfddf75de534b9caf7a 100755 (executable)
@@ -77,9 +77,9 @@ namespace bbstd
                  ccommand[i]=34;
         }
       }
-      #if defined(_WIN32)
-           ccommand="start /b "+ccommand;
-      #endif // defined(_WIN32)        
+//      #if defined(_WIN32)
+//         ccommand="start /b "+ccommand;
+//      #endif // defined(_WIN32)      
          std::cout << "*** Executing system command : '"<<ccommand<<"'"<<std::endl;
          
          result = system ( ccommand.c_str() );