>> <lWait> is .T. by default,
>> <lGentle> is .T. by default, when it's .F. the process is killed
>> unconditionally.
>> 
> 
> I tried this:
> 
>   hb_processRun( cExecutable, NIL, NIL, NIL, .F. ) 
> Executable is invoked but control is returned to the caller after
> termination of executable.
>   hb_processRun( cExecutable, NIL, NIL, NIL, .T. ) 
> Executable is active without showing up interface ( as a daemon ) 
> but still control is not returned back to caller, hangs forever and has to
> be killed via task manager.
> 
> I need a functionality where new process executes normally at its own and 
> control is returned back to caller. How this can be achieved with
> hb_processRun() ?

I don't understand you. The code is there in 
hbmk2.prg, why don't you take a look at it?

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to