*********** IMPORTANT NOTE about installation *************************


You will have to update the Autoexec.bat file in your root directory to
handle the additional locking requirements created by operating a 
database.

This is done by adding a SHARE.EXE statement or modifying the existing
one.  The statement should read "SHARE.EXE /L:XXX" were XXX is at least
500, it could be more.  Below is an example AUTOEXEC.BAT file with the
modified existing statment.  Note that the original line has been REM'd
out and a corrected line added. 

Sample Autoexec.bat file
REM C:\DOS\SHARE.EXE /L:100    <---- Original line 
C:\DOS\SHARE.EXE /L:500     <---- This is the corrected line
PATH C:\WINWORD;C:\CPQDOS;C:\;C:\DOS;C:\WINDOWS;C:\MOUSE;
PATH C:\NU;%PATH%
SET SYMANTEC=C:\SYMANTEC
SET NU=C:\NU
SET PROMPT=$P$G
SET TEMP=C:\WINDOWS\TEMP
IF NOT EXIST C:\CPQDOS\SAVEDONE.CPQ  CALL SAVEALL /A
C:\DOS\SMARTDRV.EXE
LH C:\MOUSE\MOUSE.COM
C:\CPQDOS\MODE.COM CO80
*C:\WINDOWS\WIN
C:\NU\NDD C:/Q
C:\NU\IMAGE C:
C:\WINDOWS\WIN

It is not necessary to REM (which means remark) out the line, but it
is a good habit to develop.  You can always return to the start by 
simply deleting the new line and removing the REM from the beginning
of the line.  It is also a good habit to make a duplicate of your 
AUTOEXEC.BAT and CONFIG.SYS files.  This can be done by copying them
both to another name.  i.e. copy AUTOEXEC.BAT to AUTOEXEC.HLD (HLD for
hold).  copy CONFIG.SYS to CONFIG.HLD.

Use the following commands to make the sugested copies:

DOS:
       COPY C:\AUTOEXEC.BAT C:\AUTOEXEC.HLD

       COPY C:\CONFIG.SYS  C:\CONFIG.HLD

OR 
WINDOWS:

   Use file manager to copy the the file to a new name.

If you have any questions about installation, please call us at 
     (203)396-0022