Infinite loop not working DMD2

Ali Çehreli acehreli at yahoo.com
Thu Jun 2 08:59:17 PDT 2011


On 06/02/2011 08:51 AM, Guillermo Estrada wrote:
>> The exec* family of functions cause the new app to replace the
> current process.  So after the execv, the loop doesn't exist.
>
> Any way to spawn the process without killing himself?

Would std.process.system or std.process.shell work?

Ali



More information about the Digitalmars-d-learn mailing list