Re: Using system() at Web Host
- Posted by ags <eu at 531pi.co.nz> Oct 13, 2005
- 470 views
cklester wrote: > > I do that. The actual call is > > system("./mailer.exu &",2) > > The program runs, but apparently doesn't run as a separate process. By that > I > mean that it is independent and autonomous from any other process. But I > thought I could get Euphoria/Linux to do that. Am I wrong? Just a hunch... see what happens when you do: system("/path/to/exu /path/to/mailer.exu &", 2) I can't see it making any difference but could be worth a try. ags