On Mon, 12 Apr 2010, Pritpal Bedi wrote: Hi,
> >> Unix: The started process will run in its own session and act like a > >> daemon. > >> I do not know what exactly this means in unix. > >> Also I do not know how to cover it. Someone with more nixes knowldge > >> should tell us. > > It is similar to running a service in windows. It is not attached to any > > input > > or output device. > Thanks Alex for the info. > So the question is how to invoke it as application but in detached manner. > More investigation is needed from Qt documentation. hb_processRun( <cCommand>, [ <cStdIn> ], [ @<cStdOut> ], [ @<cStdErr> ], ; [ <lDetach> ] ) -> <nResult> <lDetach> must not be .T. if you do not want to execute process in background (as daemon). This command is implemented for all platforms. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour