ik wrote: > On *nix you can try the execv family. Some of them (I don't remember > by hart) open a new process without caring on the parent prosess. > > On Windows try ShellExecute or something in that family. >
Is there any reason I cannot use TProcess? So far it seems to work (that's if I don't get my application in a never ending restart loop) :-) I don't really know the 'process' unit, but will browse the source to see if I can learn something. Regards, - Graeme - _______________________________________________________ fpGUI - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
