ja4
02-03-2004, 05:42 PM
I am using the trial lf95 version L6.20c on Fedora Core 1.0. The trial banner is displayed upon execution and the user is required to press enter before the program will run. This is preventing me from running batch jobs with the at daemon like so:
at -f run.bat now
where the file run.bat looks like this:
-----------
./a.out >& log.dat
cd ../OTHERDIRECTORY
./a.out >& log.dat
etc...
-----
Jobs also seem to be prohibited from running in the background i.e.;
./a.out &
requires a press of the enter key, at which point the program stops.
I need to know if this behavior exists in the full version as well (not just the enter key/banner behavior but being able to batch/background executable jobs). If so, I need not purchase it.
thanks
at -f run.bat now
where the file run.bat looks like this:
-----------
./a.out >& log.dat
cd ../OTHERDIRECTORY
./a.out >& log.dat
etc...
-----
Jobs also seem to be prohibited from running in the background i.e.;
./a.out &
requires a press of the enter key, at which point the program stops.
I need to know if this behavior exists in the full version as well (not just the enter key/banner behavior but being able to batch/background executable jobs). If so, I need not purchase it.
thanks