> Also, I have a feature request... something like this would be useful:
>
> maxima myfile.max -o outputfile.txt
>
> where maxima basically run a batch file and outputs the result somewhere
> (by default, the output could be on the screen).
>
> When doing anything "intensive", this would save much time. I'm sure it
> is not hard to implement... or is it?
I agree it would be a nice feature to add, but in the meantime if you are
on Linux you can do this:
maxima < input.mac > output.txt
Be warned, however - this method doesn't take into account the interactive
aspects of Maxima, and if your program tries to ask a question it will go
into a loop. I
CY