:--------------------------------------------:
:  UNPACK-F.BAT  for  EASY-STATS by LANGLEY  :
:--------------------------------------------:
echo off
cls
echo       UNPACKING & INSTALLING "EASY-STATS by LANGLEY" onto Floppy Disks
echo      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
echo This procedure assumes that you've got Twin Floppy Disk Drives (A: and B:).
echo.
echo It also assumes that you've got ready either:
echo.
echo  2 formatted BLANK 360K floppy disks, labelled EASY-STATS #1 & EASY-STATS #2,
echo                          ***   or   ***
echo  1 formatted 720K or larger disk, with at least 430K free, labelled EASY-STATS.
echo.
echo         ==== Press "Ctrl+Break" if you want to stop now.
echo.
echo        Otherwise, put one of those disks in Drive B, and ---
echo.
pause
pkxarc/r  ezstats1  b:\
echo.
if not errorlevel 0 goto BAD
echo Ok.
echo If using 360K floppy disks, now put your SECOND blank disk in DRIVE B.
echo If using a 720K or larger disk,  please leave it untouched in Drive B. 
echo.
pause
pkxarc/r  ezstats2  b:\
if errorlevel 0 goto OK
:BAD
echo ERROR.  ERROR.  Unpacking that disk failed.
goto EOF
:OK
echo.
echo Unpacking and installation is finished.  All's well.
echo.
pause
cls
echo      Please put the compressed EASY-STATS disk away for safekeeping.
echo           Diskcopy it for making copies for your friends.
echo.
echo TO RUN EASY-STATS with your 720K or larger disk, proceed as follows:
echo    1.  Put your unpacked EASY-STATS program disk in Drive A or B.
echo    2.  Make that drive the active one by entering A: or B:.
echo    3.  Enter README for important information initially.
echo    4.  Enter  BASICA MENU,  GWBASIC MENU, or  P-BASIC MENU.
echo.
echo                     -------------------------
echo.
echo TO RUN EASY-STATS with your 2 x 360K floppy disks, proceed thus:
echo    1.  Put your new EASY-STATS #1 disk in Drive A,
echo                  &  EASY-STATS #2 disk in Drive B.
echo    2.  Enter A:README for important information initially.
echo    3.  Enter A: to make Drive A the active one if you want to run programs
echo              on the left side of the menu (Ancova to Data Filer/Editor),
echo    or  Enter B: to make Drive B the active one if you want to run programs
echo              on the right of the menu (Descriptive Stats to Wilcoxon's Tests).
echo    4.  Enter  BASICA MENU,  GWBASIC MENU, or  P-BASIC MENU.
echo.
echo       (You may like to print this screen using pressing the PrtScrn key.)
:eof
