POpen - Wait For Process To Complete

2007-12-21 Thread McGirr, Mark A ILMB:EX
Rob. Did you ever figure this out. It's driving me crazy too. Mark McGirr Land Information Specialist Regional Client Services Division Integrated Land Management Bureau Ministry of Agriculture and Lands 201

Re: POpen - Wait For Process To Complete

2007-07-03 Thread Yongjian Xu
That's by using the P3/P4 classes not the function. the function does not provide wait() call, it simply does it for you by default. Jim On 7/3/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]> wrote: Hello guys, Quite a simple one I'm hoping. I've got a process that I run using popen whi

POpen - Wait For Process To Complete

2007-07-03 Thread Robert Rawlins - Think Blue
Hello guys, Quite a simple one I'm hoping. I've got a process that I run using popen which writes to a file, I'm then going to read the file and parse its contents. However, getting the application to wait until the process is complete and finished writing before it reads and parses the file is