Initializing help system before first use

Displaying the available I/O drivers

The Mosel core drivers can be displayed from the command line with the following command (the listing will also include any drivers that are provided by currently loaded modules):

mosel exam -i

The drivers provided by modules are displayed by the exam command for the corresponding module (in this example: mmodbc)

mosel exam -i mmodbc

Library drivers (in particular the Java module mmjava that is embedded in the Mosel core and also the mmdotnet module on Windows platforms) can be displayed with the help of the corresponding program mmdispdso.[c|cs|java] in the subdirectory examples/mosel/Library of the Xpress distribution. The command for running the Java version might look as follows under Unix (please refer to the provided makefile for compilation of the example):

java -classpath $XPRESSDIR/lib/xprm.jar:. mmdispdso mmjava

or from a Windows command prompt:

java -classpath "%XPRESSDIR%\lib\xprm.jar;." mmdispdso mmjava