To install menus copy the files to a directory into your hard disk e.g.
C:\MENUS
 If you want Menus automatically start when you start your computer enter the
following lines at the end of your Autoexec.Bat

PATH=MENUSDIRECTORY;%PATH%;
 MENUS
 or
MENUSDRIVE: (If Menus is not installed in drive C)
CD MENUSDIRECTORY
MENUS
For example if the directory is C:\MENUS
 PATH=C:\MENUS;%PATH%;
 MENUS
  or
 CD MENUS
 MENUS

If the directory is D:\MENUS
 PATH=D:\MENUS;%PATH%;
 MENUS
  or
 D:
 CD MENUS
 MENUS

