OMI, A menu interpreter for OpenVMS News
Brought to you by:
tt_oscar
Looking for the latest OMI version?
Check https://github.com/oveas/omi
OMI is a DCL application for (Open)VMS which can be used to create menu structures and handle all I/O for all kind of interactive procedures.
Even though OMI is written completely in DCL, it is a full programming environment, with client/server support (unattended modules using mailboxes to communicate), a full-blown calculator with floating point support, string encryption and more!
OMI reads menu files (file_name.MNU), and builds a window on character cell terminals (good old VTxxx) or emulaters, in which the user can enter inputs, jump to submenus, and call OMI modules to perform predefined tasks, but using menu options and internal commands. ... read more