[Gambas-user] need NOWAIT option for Process=Exec Command

Lewis Balentine lewis at ...3412...
Sat Jan 17 21:13:06 CET 2015


I inserted the following line before my Exec statement:
       Debug Format(Now, "hh:mm:ss")
       MyProcess = Exec ["sleep", "10"]
       Debug Format(Now, "hh:mm:ss")
       Debug "PID:" & Trim(Str(MyProcess.Handle))

It worked as you said....
      pvr.StartProcess.99: 14:01:57
      pvr.StartProcess.101: 14:01:57
      pvr.StartProcess.102: PID:17978

Guess that I will have to dig a bit deeper. The ffmpeg application 
accepts input while recording. I wonder if that has some effect on the 
matter.

Cheers,

Lewis






More information about the User mailing list