fix runnable console shown

This commit is contained in:
Basile Burg 2014-11-06 07:36:56 +01:00
parent f354677a9f
commit c45e021860
1 changed files with 1 additions and 0 deletions

View File

@ -1284,6 +1284,7 @@ begin
FreeRunnableProc;
fRunProc := TAsyncProcess.Create(nil);
fRunProc.Options := [poStderrToOutPut, poUsePipes];
fRunProc.ShowWindow := swoHIDE;
fRunProc.OnReadData := @asyncprocOutput;
fRunProc.OnTerminate:= @asyncprocTerminate;