***************************************************************************

Changes to Version 3.0 since the manual was printed.

***  A different directory for your DOS files, for users with DOS
     version 3.0 or greater!

We have often been asked why we require the DOS files to be included
in the LEMENU directory.  We did this for simplicity.  As you know, Le 
Menu was originally designed for the computer novice, not just the
power user.  At any rate, we have recieved enough requests that now
you may place your DOS files in a separate directory and Le Menu will find
them.  All you have to do is place a SET command in your AUTOEXEC.BAT prior 
to executing Le Menu.  For example, suppose you created a directory on the
'C' drive named 'PC_DOS' and placed all of your DOS files in that directory,
the path would be...'C:\PC_DOS' and you could tell Le Menu that your DOS 
files were in that directory as follows:

SET DOS=C:\PC_DOS

Please be sure to use CAPITAL letters or Le Menu will not be able to 
interpret the command correctly.  As a result, you will be able to place
your DOS files, like FORMAT, BACKUP, CHKDSK, etc. in the separate directory
C:\PC_DOS.

A modified AUTOEXEC.BAT might look like this...

ECHO OFF                    REM Inhibit display of commands
PROMPT P$G$                 REM Change the prompt to include the directory
C:                          REM Change to the 'C' drive if on a floppy
PATH=C:\LEMENU;C:\PC_DOS    REM Set the paths to various directories
CD\LEMENU                   REM Change to the Le Menu directory
SET DOS=C:\PC_DOS           REM Set the environment to point to your
                            REM DOS directory
LE MENU                     REM Execute Le Menu

Note: This procedure will only function with DOS version 3.0 or greater, and
you must still have a copy of COMMAND.COM in the Le Menu directory.  If you use
this procedure then just press [Esc]ape when you come to the screen at the
end of the installation where you are prompted to insert your regular DOS
diskettes.


***************************************************************************

Multi-User Version of Le Menu.

With the introduction of version 3.0 we have added many new multi-user 
functions as part of Le Menu including specific support for Novell(r) 
Advanced Netware.  These functions are available only in our multi-user 
version of Le Menu.  Please contact your dealer for further details.


We hope you enjoy using Le Menu!

END OF README FILE