On Tue, Apr 7, 2009 at 9:38 AM, Thomas Hruska <thru...@cubiclesoft.com> wrote:
> Brett McCoy wrote:

>> Did you try using system()? It only returns after the called program
>> finishes running.
>>
>> Note that the exec...() family of calls will replace the current
>> process image with the new one that has been called. Normally you
>> would would fork() first and then call exec...().
>
> That won't happen under Windows.  Windows doesn't offer a mechanism to
> do what Linux exec() does.

Oooh... really? Didn't know that.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to