echo off
cls
echo.
echo.  ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ°
echo.  Û                                                             Û°°
echo.  Û     LOAN MASTER requires that the CONFIG.SYS file have      Û°°
echo.  Û     a files statement like "FILES=30". 30 Is the minimum    Û°°
echo.  Û     number. If you are using windows or a newtork, it       Û°°
echo.  Û     should be much larger, say 91. Be sure it is an odd     Û°°
echo.  Û     number. You may use the DOS EDIT program to modify      Û°°
echo.  Û     this file. See your DOS manual for more details.        Û°°
echo.  Û                                                             Û°°
echo.  Û     If you forget, or omit this step, LOAN MASTER will      Û°°
echo.  Û     warn you that you do not have enough file handles       Û°°
echo.  Û     and will then quit. It will not run.                    Û°°
echo.  Û                                                             Û°°
echo.  Û                                                             Û°°
echo.   °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
echo.
pause
cls
echo.  ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo.  ³                                                                           ³
echo.  ³           The LOAN PROCESSING SYSTEM requires several files to            ³
echo.  ³       function completely.                                                ³
echo.  ³                                                                           ³
echo.  ³          If you want these files in a subdirectory, you must first        ³
echo.  ³       create the subdirectory,  and then log on to that subdirectory.     ³
echo.  ³       This program will install the files into the current                ³
echo.  ³       subdirectory of your hard disk c:                                   ³
echo.  ³                                                                           ³
echo.  ³               If you are ready,  I will copy the necessary files to       ³
echo.  ³       your hard disk now.                                                 ³
echo.  ³                                                                           ³
echo.  ³               If you have changed your mind, press the Control-Break      ³
echo.  ³       key NOW! and answer "Y" to the terminate question.                  ³
echo.  ³                                                                           ³
echo.  ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
echo.
pause
cls
echo -
echo -  ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo -  ³                                                             ³
echo -  ³                                                             ³
echo -  ³         Copying the LOAN MASTER ACCOUNTING SYSTEM           ³
echo -  ³                                                             ³
echo -  ³                                                             ³
echo -  ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
echo -
PKUNZIP LMMENU C:
cls
echo -
echo -
echo -  ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo -  ³                                                             ³
echo -  ³                                                             ³
echo -  ³         Verifying the files...                              ³
echo -  ³                                                             ³
echo -  ³                                                             ³
echo -  ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
echo -
echo -
if not exist c:lmloan.dbf goto fail1
if not exist c:lmtran.dbf goto fail1
if not exist c:lmhelp.dbf goto fail1
if not exist c:lmhelp.dbt goto fail1
if not exist c:lmparm.dbf goto fail1
if not exist c:lmaccrue.dbf goto fail1
if not exist c:lmtaccr.dbf goto fail1
if not exist c:lmmenu.exe goto fail1
pause
cls
echo -
echo -
echo -   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo -   ³                                                                        ³
echo -   ³     The LOAN PROCESSING SYSTEM is now installed ...                    ³
echo -   ³                                                                        ³
echo -   ³     To Start the program, log on to your hard disk and type the        ³
echo -   ³     command LMMENU(enter).                                             ³
echo -   ³                                                                        ³
echo -   ³     To access the Customer information module, log on to the hard disk ³
echo -   ³     and type the command CIMENU(enter). You must install it first.     ³
echo -   ³                                                                        ³
echo -   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
echo -
echo -
goto end
:fail1
cls
echo -
echo -
echo -
echo -   ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo -   ³                                                                        ³
echo -   ³     The installation process failed!                                   ³
echo -   ³                                                                        ³
echo -   ³     The Most likely cause of failure is that the destination disk      ³
echo -   ³     is full.  Check the disk space on the destination disk. It should  ³
echo -   ³     have at least one megabyte of free space.                          ³
echo -   ³                                                                        ³
echo -   ³                                                                        ³
echo -   ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
echo -
:end
