For users of OS/2 and eCS operating systems:

If you encounter problems running the Init.cmd file, and you don't want
to modify your config.sys file, try running the following Init.cmd file.
Of course, you will need to change the drive letter(s) and directory
name(s) to match your installation of Java:

Init.cmd:

SET PATH=P:\JSDK142_05\JRE\BIN;P:\JSDK142_05\bin;%PATH%
SET BEGINLIBPATH=P:\JSDK142_05\JRE\BIN;P:\JSDK142_05\JRE\DLL;%BEGINLIBPATH%
java -classpath .\hsqldb.jar;.\brutus.jar com.casaerwin.brutus.DBMInit init
EXIT

