Re: execvp and the rest...

From: Peter Ajamian (peter@pajamian.dhs.org)
Date: 09/14/00


Shane Lee wrote:
>
> What I want to do:
> As the file is closed, I want to call the perl script,

system("../scripts/email.pl &");

Note the & at the end which tells the shell to run the script in the
background so the game doesn't lag while it's running.

Regards, Peter


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/11/01 PDT