[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a question on C++



On Tue, Jul 10, 2001 at 11:14:04AM +0300, b g wrote:
> Hi list!
> Can anyone help me with a problem i have?
> i've written a c++ program (using kdevelop under radhat 7.1) which takes 12
> parameters. i need to run it several hundred times, changing each time
> another parameter. in order to do this another program was writen with a
> for loop in it.
> the loop contains system() comand, that boots the big program. everything
> goes ok untill i logout. when i do logout, the programs are killed.
> how can i prevent this?

This is not a C++ question. 
How about running the parent program using 'batch', 'at' or 'cron'.

-- yotam

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il