starting independent processes

2011-07-12 Thread captaindet
i am just in the middle of my first little d project. i came to the point where i have to start new processes command line style incl arguments. they need to run independent of the main program, i.e., several such processes need to be started and must run parallel while the main program continu

Re: starting independent processes

2011-07-12 Thread captaindet
hm, seems like i am getting somewhere using std.process.system( "start " ~ mycommandlinestring ); now i have to factor in the issues with the proper quotation of the arguments... On 2011-07-12 21:19, captaindet wrote: i am just in the middle of my first little d project. i came to the point