[RAPPS]
[reactos.git] / reactos / base / applications / rapps / misc.c
index b0c01e9..348404e 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "rapps.h"
 
-
 /* SESSION Operation */
 #define EXTRACT_FILLFILELIST  0x00000001
 #define EXTRACT_EXTRACTFILES  0x00000002
@@ -168,6 +167,7 @@ StartProcess(LPWSTR lpPath, BOOL Wait)
 
     ZeroMemory(&si, sizeof(si));
     si.cb = sizeof(si);
+    si.dwFlags = STARTF_USESHOWWINDOW;
     si.wShowWindow = SW_SHOW;
 
     if (!CreateProcessW(NULL, lpPath, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi))