USER
to the user name (this is often the same
as their login, it is not their full name):
set USER=<name>
HOME
to point to the user's home directory:
set HOME=<home_dir>
JAVAHOME
to point to the Java installation directory:
set JAVAHOME=<java_install_dir>
NMROOT
to point to the NeXtMidas installation directory:
set NMROOT=<nxm_install_dir>
NMSTART
to point to the NeXtMidas startup script:
set NMSTART=%NMROOT%\os\dos\nmstart.bat
NMROOT
, the others will stay the same.<nxm_install_dir>\os\dos\runNeXtMidas.bat.sample
.
To use the batch file, simply copy and rename the file (
<nxm_install_dir>\runNeXtMidas290.bat
) and modify the
JAVAHOME
and NMROOT
values within the file,
as you did in the steps above. You may then use the runNeXtMidas290.bat
file to start NeXtMidas, either through the DOS command prompt,
as a Windows shortcut, or by double-clicking the batch file
from Windows Explorer.