OMI, Utilities, A feature rich menu development tool OMI v2.2 - ©1997-2002, Oscar van Eijk, Oveas Functionality Provider =================================================================== OMI proves *everything* can be written with 'just' DCL :-) Oscar's Menu Interpreter is a menu environment that reads menu files and represents the menu structure on a ChUI based window. OMI does not perform any actions on its own. Additional procedures are required to handle upon the users input. It comes with a toolbox loaded with functions that can be used to create these procedures. OMI is written to create a standard user interface for all kinds of actions, with a clear structure, support for different security levels and password protection. The documentation should provide with all information to build your own menu structures, OMI modules and enhancements. Documentation and support ------------------------- Full documentation for OMI can be found at the OMI site: http://freeware.oveas.com/omi. An online HELP is also provided, but since v2.0 the printable documentation is completely reviewed. This has not (yet?) been done with the online HELP, except for the interactive OMI command section. This site also offers a forum (http://freeware.oveas.com/omi/forum.html) where you can get support. Please note OMI comes without any warranty, but I'll try to give as much support as possible via this forum. Installation instructions ------------------------- To install OMI, download one of the distributions: either the ZIP file (download in BINary format) or the COM file (download in ASCII format). Also, download OMI$INSTALL.COM in ASCII format. Next, set default to the directory where the installation script is located, and issue the command: $ @OMI$INSTALL Follow the instruction to install OMI. The procedure extracts the distribution and moves all files to the desired location (that you will be prompted for). Site specific files will not be overwritten. If the file OMI$TOOLBOX.INI exists, it will be patched. The installation procedure also creates the HELP library, and repairs message datafiles, which have been corrupted by the distribution. If this is a new installtion, let all the users who will be using OMI execute the procedure OMI$USER_INSTALL once. This is not required for upgrades of existing OMI installations. Installation is now complete. All users can optionally change the behaviour of OMI by modifying the file OMI$MENU.CFG, located in their SYS$LOGIN:. To test OMI, you can use the example menu file OMI$EXAMPLE.MNU which comes with this distribution. Start this menu with the command OMI OMI$EXAMPLE. This menu performs no other action than displaying information. The 'Protected menu' is protected with the password "test123456789". (Note: passwords are case sensitive!) More information can be obtained from the online HELP and the documentation.