A little extra information on the use of SUB-Menus with UltraMenu v4.0.

If you intend to use SUB-Menus, a very powerful feature of UltraMenu 4.0,
the INSTALL Path where UltraMenu resides MUST be in the System Path.

This means you should add the location of the .EXE file in your PATH
statement of AUTOEXEC.BAT, OR, even better, to have installed UltraMenu
into the C:\ROOT Directory, which is the most recommended location.

We will use a Sub-Menu of D:\GAMES as our example. Visusalize UltraMenu
installed into C:\ and you want a SUB-MENU for all your Games in D:\GAMES.
(This could be anywhere, and on any Hard Drive on your system).

1:) Copy X.BAT from the C:\ROOT [C:\] Directory to D:\GAMES.
2:) Copy MENU.DAT from the UltraMenu Directory to D:\GAMES. (We will 
    modify it later).
3:) There are two lines in the X.BAT file that we will either remove or
    REM out of X.BAT. These are the  C:  only line, and the CD\WHEREVER,
    which is the one after  C:  and shows where UltraMenu is installed.

    X.BAT (in D:\GAMES) should now appear something like this:
======================================================================     
    @ECHO OFF            < Obviously, don't include the comments below>
    REM C:                  } These two lines are removed or REM'd
    REM CD\WHEREVER         }
    ULTRAMU.EXE             } This line fires up UltraMenu again.
    AUTOEXE.BAT             } This line runs your chosen application
======================================================================
4:) We will now add a new first line to our new MENU.DAT file. Line 1
    will be MASTER MENU   ,C:,CD\,X .
    This will allow you to return to the Master Menu from the Sub Menu
    whenever you decide to. Alter any other lines in MENU.DAT in the
    normal way from within the UltraMenu program itself. This is now 
    an active Sub-Menu for all your games.

    One last thing to remember: You must place a new line in the MENU.DAT
    for the Master Menu, such as: GAMES MENU  ,D:,CD\GAMES, X
    This will now call the Sub-Menu at any time from the Master Menu.

    Use any EDITOR to make these changes such as EDIT from MSDOS 6.X.
    Any/All other categorized Sub-Menus you choose can be created in the
    very same manner.

    When calling a Program from a SUB-MENU, usually you will want to 
    return the program to the originating directory and again call in
    the same menu. This would mean putting a ,D:,CD\GAMES,X at the end 
    of each MENU.DAT line, in the case of our example above. This of 
    course is optional and you can easily return to C:\ULTRAMU as well.
    
    Enjoy your new copy of UltraSoft's UltraMenu and please let us know
    how you like it, and if you have any suggestions for future releases.
    Our sincere thanks to those who have offered suggestions for upgrades
    that contributed to Version 4.0's development.

    =Steve Hansen
     UltraSoft Product Development
