| Windows95 limitation of *.bat files to handle only 9 parameters
breaks some examples.
This hurts because the Go.bat and Compile.bat scripts in the
ExamplePrograms call minerva.bat which calls mjava.bat which may
call some other bat file, leaving only few parameters to work with.
Version:
MINERVA1.2
Workaround:
build custom-made *.bat files that "inline"
subcommands like mjavac.bat, minervac.bat etc.
|