Windows command line and execv

Nick Sabalausky a at a.a
Fri Aug 20 12:54:07 PDT 2010


"Kagamin" <spam at here.lot> wrote in message 
news:i4mif8$2p1r$1 at digitalmars.com...
> Kagamin Wrote:
>
>> > > Is execv known to
>> > > trick the windows command-line into giving control back to the user?
>> > Ok that seems to be the case. See the attached screenshot. But it works 
>> > fine
>> > on Linux though (assuming you add the proper "./", of course).
>>
>> Looks like execv doesn't wait for application exit.
>
> Try to sleep after execv.

execv always replaces the current process with the new one, so it never 
returns. 




More information about the Digitalmars-d mailing list