



Modification of the command window under WinNTx runprg.bat, under WinNTx.
To modify these colors:
Alg\Calfor01, click then on the button Ed.
runprg to open the file runprg.bat in the Notepad.
color e1, add the line color fc and save the modification.
Alg\Maxima and click on the button MAXIMA5.9 :
Maxima should now appear in light red on white background.
quit();color ft, the first character f fixes the color of the background,
the character t fixes the color of the text. The colors are given in the table
below:
| 0 Black | 1 Dark blue | 2 Dark green | 3 Dark cyan |
| 4 Dark red | 5 Dark violet | 6 Dark yellow | 7 Light grey |
| 8 Dark grey | 9 Light blue | A Light green | B Light cyan |
| C Light red | D Light violet | E Light yellow | F White |
To modify the other features of the command window (numbers of lines and columns):
runprg.bat. Under the line mode con cols=80
lines=200, add the line mode con cols=40 lines=20 and save the
modification.
quit();
runprg.bat, suppress the lines that you added there
(or modify them as you please) then save the modification.