[Lazarus] ExecuteProcess - do not wait for process on Linux

2011-04-19 Thread Roland Turcan
Hello Lazarus mailing list! How can I execute process/start external application similar to myapp where I don't want to wait until process ends. Thanks. -- Best regards, TRoland http://www.rotursoft.sk http://exekutor.rotursoft.sk -- ___ Lazarus

Re: [Lazarus] ExecuteProcess - do not wait for process on Linux

2011-04-19 Thread leledumbo
For this, you should use TProcess without poWaitOnExit option. ExecuteProcess would block, always. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-ExecuteProcess-do-not-wait-for-process-on-Linux-tp2838202p2839464.html Sent from the Free Pascal - Lazarus