Re: [fpc-pascal] Re: TProcess, Batch script and Windows

2013-05-16 Thread Marcos Douglas
On Thu, May 16, 2013 at 1:31 PM, leledumbo wrote: > Try this trick: Options := [poNewConsole]; ShowWindow := swoHIDE; > Yep. Thanks, I saw... unfortunate a long time after. Thank you. Marcos Douglas ___ fpc-pascal maillist - fpc-pascal@lists.freepasc

[fpc-pascal] Re: TProcess, Batch script and Windows

2013-05-16 Thread leledumbo
Try this trick: Options := [poNewConsole]; ShowWindow := swoHIDE; -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/TProcess-Batch-script-and-Windows-tp5714812p5714828.html Sent from the Free Pascal - General mailing list archive at Nabble.com. __