Robert Dodier wrote:
>On 9/28/05, Doug Stewart wrote:
>
>
>
>>I am working in windows XP
>>ver. 5.9.1 runs my batch file and gives me the results on the prompt screen.
>>ver 5.9..1.9rc1 runs my batch file but no results are displayed.
>>ver 5.9..1.9rc2 runs my batch file but no results are displayed.
>>
>>
>
>doug, just a point of clarification, are you working with the
>command line Maxima or the graphical user interface?
>
>another data point -- i copied the expressions into a file tank.mac
>and executed batch ("tank.mac"); and that works OK in
>maxima-5.9.1.9rc3 / gcl 2.6.7 (both command line and gui) on linux.
>
>thanks for the info,
>robert dodier
>
>
>
I am using the graphical user interface
xmaxima.exe
Maxima 5.9.1.9rc2 http://maxima.sourceforge.net
Using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (aka GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1)
(%i2) values;
(%o2) []
(%i3)
values is empty after running the batch file.
Doug Stewart