home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / omimenu.zip / OMIMENU.DOC < prev    next >
Text File  |  1987-04-04  |  7KB  |  175 lines

  1.              Documentation for the Omicron Easy Menu Driver
  2.  ------------------------------------------------------------------------
  3.  
  4. The Omicron Easy Menu Driver program is copyrighted by The Omicron
  5. Group, Inc. which reserves all rights. A limited license is granted to all
  6. users of this program, to make copies of this program and distribute them
  7. to other users, on the following conditions:
  8.  
  9.    1. The program is not distributed in modified form.
  10.  
  11.    2. No fee is charged, or any other consideration received,
  12.       for copying or distributing the program without an express
  13.       written agreement with:
  14.  
  15.                          The Omicron Group, Inc.
  16.                             719 E. Genessee St.
  17.                            Syracuse, N.Y.  13210
  18.  
  19.                                315-425-7393
  20.  
  21.    3. That, if you regularly use this program, you register with The
  22.       Omicron Group by sending a $20.00 registration fee.
  23.  
  24.                 Copyright (c) 1987 The Omicron Group, Inc.
  25.  
  26.  
  27.  
  28. -------------------------------------------------------------------------
  29.  
  30.  
  31.  
  32. You are encouraged to copy and share this program with other users
  33. under the general and accepted "ShareWare" concept.
  34.  
  35. If you use this program and finding it of value, please send us $20.00 and
  36. we will send you an updated version which does not display the commercial
  37. message every hour (on the hour) and which contains any fixes, or
  38. upgrades we have made to the program.  We will also send you a manual
  39. which contains additional instructions, tips, and explains the mystery of the
  40. asterisks (*) in the subdirectory field.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. The Omicron Easy Menu system was written to allow you to have an easy
  69. way to select and execute programs on a hard disk without typing the
  70. subdirectory information each time.  It is designed to be easy to maintain
  71. and to use and provides on-line context sensitive help by pressing the F1
  72. key any time you have questions about what's going on.
  73.  
  74. The files on the distribution disk are:
  75.  
  76.             File Name         Description
  77.  
  78.              OMIMENU.COM   The Executable menu driver file
  79.              OMIMENU.DAT   The Menu Item data file
  80.              OMIMENU.HLP   Help file
  81.              OMIMENU.SCR   Menu Screen file.
  82.              OMIMENU.DOC   This Documentation
  83.  
  84. The only files absolutely required are OMIMENU.COM and OMIMENU.SCR.
  85. The Data file will be created if it is missing.  The Help system will not
  86. work without the help files, but it will not crash the program if it is miss
  87. ing. These files MUST be present on the drive and in the subdirectory you
  88. start the menu driver from, or the program will not find them later (even
  89. if they are on the DOS path).
  90.  
  91. The program allows you to Add, Edit, Move, Copy, or Delete menu line items
  92. from the main screen by using Function keys.
  93.  
  94. To Load and run the menu program for the first time do the following:
  95.  
  96.      1.  Copy all the distributed files into the root directory of your
  97.          hard disk.
  98.  
  99.      2.  Change the current directory of your hard disk to the root:
  100.  
  101.      3.  Start the Menu Program by typing: OMIMENU <Enter>
  102.  
  103. The supplied Data file has several sample items (mostly other public domain
  104. utilities which I find useful) which will only work if they exist in a subdi
  105. rectory called C:\UTILS.  You can display the entries by moving the bar
  106. up and down and pressing F3 so you can see some examples of how to add
  107. menu entries.
  108.  
  109. The menu driver has five menus with 12 entries on each menu.  This gives
  110. you a total of 60 programs or procedures you can run from the menu.  The
  111. PgUP, PgDn, and the number keys 1..5 allow you to select which menu page
  112. you are looking at.
  113.  
  114. The command keys that are available to you are as follows:
  115.  
  116.       ESC     - QUIT this menu program and return to DOS.
  117.       Home    - GO TO the TOP of the current menu.
  118.       END     - GO TO the END of the current menu.
  119.       PgUp    - Move Backward through the 5 menus.
  120.       PgDn    - Move Forward through the 5 menus.
  121.       F1      - Show HELP any time for messages or prompts.
  122.       F2      - EDIT/ADD a selected item command.
  123.       F3      - DISPLAY the selected item command.
  124.       Alt-F9  - MOVE/COPY a selected item to another line.
  125.       Alt-F10 - DELETE the selected item from the menu.
  126.       1 to 5  - Go directly to menu number 1..5.
  127.  
  128.  
  129. Try pressing F1 for help.
  130.  
  131.  
  132.  
  133. Next try pressing F2 to Edit one of the sample commands in the supplied
  134. data file.  If you press F1 at each prompt you will get more information. In
  135. general a menu entry consists of four parts as follows:
  136.  
  137.      1.  Menu Name   -  The NAME that appears on the menu.
  138.      2.  Directory   -  The DRIVE and SUBDIRECTORY where the
  139.                         program is stored on the disk.
  140.      3.  File Name   -  The NAME of the FILE that starts the
  141.                         program. (must have .COM or .EXE for
  142.                         the file extension)
  143.      4.  Parameters  -  Any Parameters (or options) required
  144.                         by the program on the command line.
  145.  
  146. You will be prompted for each of these during editing, additional Help is
  147. available by pressing F1 while the prompt is on the screen.
  148.  
  149. Menu items designated with "Not Used" are inactive and you can add new
  150. menu items on these lines.
  151.  
  152. Once you have entered your applications into a menu line you can execute
  153. it by moving the highlight bar to it with the up and down arrow keys on
  154. the keypad and then pressing <enter>.  The menu program will execute
  155. your program.  After you exit your application the menu program will be
  156. reactivated and you can select another.
  157.  
  158. This program does not use Batch files.  It executes your applications
  159. directly by using the DOS 14 interrupt call.  It takes approximately 40k or
  160. memory which is subtracted from the memory available for your program. I
  161. have successfully tested it with Lotus, dBase, Sidekick, Volkswriter, and
  162. other major applications and have had no problems.
  163.  
  164. If you do have problems you can call the SMC bulletin board at (315)
  165. 423-1208 (5:00 pm to 8:00 am weekdays and all day weekends) and leave a
  166. comment for the sysop.  I will try to answer your question.  I will also
  167. reply to questions by mail at the Omicron offices.  For registered users,
  168. you may call the Omicron Office directly and we will help out as best we
  169. can.
  170.  
  171. Omicron makes no warranty, written or implied, as to the fitness of this
  172. program for any particular purpose.  The program is distributed "AS IS"
  173. and we will not be held responsible for consequential damages resulting
  174. from its use.
  175.