home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / ezmenu2.zip / MAKEMNU.DOC < prev   
Text File  |  1989-08-24  |  5KB  |  114 lines

  1.  
  2. MakeMNU - Documentation,  (c) 1989, Progressive Computer Services, Mike Perry
  3.  
  4. Release 2.0 - 08/22/89
  5.  
  6. Make Menu is a utility developed for EZ-Menu Version 4.0 or 3.5.  This
  7. program, when run will scan the desired disk and search for applications.
  8. These "common applications" such as WordPerfect, Lotus, etc. are identified by
  9. the existance of particular files in particular subdirectories.  Make Menu
  10. will try to find such applications, and if they are present, will create a
  11. menu entry in the specified menu file which will allow the user to call such
  12. programs from EZ-Menu.
  13.  
  14. "Make Menu" will allow you to automatically set-up EZ-Menu to provide
  15. selections for many of the applications that are available on your computer.
  16.  
  17. NOTE: Previous version of MAKEMNU were intended to be run only once for
  18.       each logical drive to search.  What would happen if you ran the program
  19.       for a particular drive more than once, is that multiple entries in the
  20.       menu for the same selection would appear.  This has been corrected and
  21.       as long as you don't change the spelling of a menu option, Makemnu can
  22.       be run as many times without creating multiple menu selections of the
  23.       same name.
  24.  
  25. USING MAKEMNU
  26. =============
  27.  
  28.  Using this program is quite simple.  Either call Makemnu from DOS (by typing
  29.  MAKEMNU while you are in the EZ-Menu subdirectory) or from EZ-Menu (if this
  30.  is one of the options available).
  31.  
  32.  The MAKEMNU program will prompt you for two items of information before
  33.  starting - the first is the name of the menufile to add selections to.  The
  34.  default file is MAIN.MNU which is the menu initially displayed when EZ-Menu
  35.  is loaded.  If you specify a different name, it is advised that you add the
  36.  .MNU extension so later, you can add an item to the main menu which will call
  37.  your new menufile.
  38.  
  39.  The second item of information MAKEMNU requires is the drive on which to
  40.  search for applications.  The default is C:.  If you have more than one
  41.  accessible hard disk, or have a large drive partitioned into two or more
  42.  drives (i.e. a 40 meg broken into C: and D:), you should run MAKEMNU once for
  43.  each drive - the first time specifying C: and the second time specifying
  44.  drive D:.  In this manner, you will have added all applications found on both
  45.  your drives to the menufile specified.
  46.  
  47.  With Makemnu 2.0, you can specify the two items of information above via
  48.  command line parameters.  For example: MAKEMNU MAIN.MNU C:   will auto-
  49.  matically invoke Makemnu, searching drive C: and adding any found
  50.  applications to the menufile MAIN.MNU. 
  51.  
  52. ADDITIONAL INFORMATION
  53. ======================
  54.  
  55.  As you can see, MAKEMNU is a valuable utility.  It allows you to set-up EZ-
  56.  Menu, then automatically create/update the menus to show what is available on
  57.  your computer.  Of course, in order for MAKEMNU to acknowledge that an
  58.  application is on the computer, it must have been installed properly
  59.  (according to the standard installation routines for that package).
  60.  
  61.  At present, there are over 180 applications searched for by the program. As I
  62.  acquire more information on the most commonly used applications, I will
  63.  update MAKEMNU to search for them.
  64.  
  65.  This software is exclusively for use by registered users of EZ-Menu 4.0 and
  66.  those evaluating EZ-Menu 3.5.  This program will NOT work with a previous
  67.  versions of EZ-Menu earlier than 3.5.
  68.  
  69. ALLOWING MAKEMENU TO RECOGNIZE OTHER APPLICATIONS
  70. =================================================
  71.  
  72.  Included in this package is a file called APPS.EZ.  This is an ASCII file
  73.  containing the information used to tell MakeMenu what applications to look
  74.  for on the disk.  If you examine the file, you should be able to easily see
  75.  how to add new applications for MakeMenu to identify.  Briefly, to add an
  76.  application for MakeMenu to search involves adding 2 lines to the APPS.EZ
  77.  file.  The first line lists the path and filename of the program file (used
  78.  to invoke the application).  Please be sure to include a valid extension
  79.  (either .BAT, .COM, or .EXE).  The second line lists the description of the
  80.  application (with a maximum limit of 35 characters).
  81.  
  82.  If desired, you can add comments to the APPS.EZ file by preceeding the
  83.  comment with an asterist (*) in column 1 of the same line.  Also, you can
  84.  now specify command line parameters by putting a line, immediately following
  85.  the first line of an application's entry in APPS.EZ, beginning with a ^
  86.  For example:
  87.    \SK\SK.COM
  88.    ^parameters
  89.    Sidekick
  90.  Would, if found, cause an entry to be added to the menu whose command to
  91.  execute would be: "SK.COM parameters"
  92.  
  93.  * *
  94.  
  95.  This software remains the property of Progressive Computer Services.  P.C.S.
  96.  shall not be liable for any damages caused from the use, or misuse of this
  97.  software.
  98.  
  99.  If you do not have EZ-Menu Version 4.0 - you can contact Progressive
  100.  Computer Services to order a copy.  The entire package is $45.00, $35 for
  101.  a disk upgrade.
  102.  
  103.  Contact:
  104.    Progressive Computer Services
  105.    P.O. Box 8721
  106.    New Orleans, LA 70182
  107.    Credit Card Orders: 504-282-0634
  108.    Bulletin Board Sys: 504-282-5753 (300-2400, 24 hrs)
  109.  
  110.  I hope you enjoy the product - if you have any questions feel free to
  111.  contact me via the BBS or by mail.
  112.  
  113.  - Michael Perry
  114.