Specifying run-time parameters

Various parameters may be given to the MOMI PC Client at startup.  These parameters control certain aspects of the program operation.  Multiple parameters are separated by spaces and may be specified in any order.

 

Syntax may enclose descriptions in the characters < >, however these characters are not used.  For example, this description:

 

INIPATH="<location>"   

 

is used as follows:

 

MOMI.EXE inipath="d:\data\fred\momi"

 

Examples:

 

MOMI.EXE script=ProcessScript             executes script ProcessScript

 

MOMI.EXE nocail                           don't load the CAIL emulator

 

  sets INI to d:\data\fred\momi,

   execute script ProcessScript

MOMI.EXE inipath=d:\data\fred\momi  script=ProcessScript