@echo off
cls
echo.
echo                             NINE-PATCH SOFTWARE
echo                                  Disk Space
echo ==============================================================================
echo    Disk     Shipped    Expanded                Working Disks
echo    Size        N          N                       Comments
echo ------------------------------------------------------------------------------
echo.
echo    360K        3          4       Copy each program to a separate disk.
echo.
echo    720K        2          2       Either copy as above for a 360K disk
echo                                   or run as below on 1.2 or 1.44M disk.
echo.
echo  1.2 or 1.44M  1          1       Run programs in their subdirectories
echo                                   on a copy of the master disk.
echo.
echo    HARD        -          1       Copy each program into a subdirectory.
echo.
echo ------------------------------------------------------------------------------
echo   Always make a back up copy before using a disk:  DISKCOPY A: B: or A: A:
echo ==============================================================================
echo              (Press the Print Screen key to print this screen.)
echo ===============================================================================
pause
cls                                         
echo.
echo                             NINE-PATCH SOFTWARE
echo                     Disk File Types and Required Action
echo ------------------------------------------------------------------------------
echo           (EQUALIZER is used as an example for all four programs.)
echo.
echo   EQUAL "<DIR>" A subdirectory containing instructions for installing and
echo                 the compressed program in a verified, virus-free file.
echo.
echo   EQREADME.DOC  Enter TYPE EQREADME.DOC to read instructions before using.
echo.
echo   NPEQUAL.EXE   Enter NPEQUAL to produce the runable program.  On small
echo                 disks, put the master in drive A and enter NPEQUAL B:
echo                 to expand onto a disk in drive B.
echo.
echo   EQ            Enter EQ to run EQUALIZER, IN to run INSIGHT, etc.
echo                 (Change to the subdirectory, if any, before running.)
echo.
echo   xxxxxx.IQF    Sample Instructional Question Files accompanying EQ and IN.
echo.
echo ==============================================================================
echo              (Press the Print Screen key to print this screen.)
echo ===============================================================================
pause
cls
echo.
echo                             NINE-PATCH SOFTWARE
echo              Copying the Master Disk to Individual Working Disks
echo ===============================================================================
echo       (For more, including hard disks, please see the README.DOC files)
echo.
echo               Copying from the Source Drive (with 1 or 2 drives)
echo.
echo          Insert the Master disk into drive A, for example.  To change to the
echo     desired subdirectory, enter CD \EQUAL, for example.  Enter COPY A:*.* B:
echo     to copy all of the EQUALIZER program files to a disk in drive B.  With
echo     one drive, enter COPY A:*.* A: and follow instructions.
echo.
echo               Copying from the Destination Drive (with 2 drives)
echo.
echo          Insert the Master disk into drive A, for example.  Change the
echo     directory to the destination drive by entering the command B:  Enter
echo     COPY A:\EQUAL\*.*, to copy the EQUALIZER files to a disk in drive B.
echo.
echo ===============================================================================
echo              (Press the Print Screen key to print this screen.)
echo ===============================================================================
pause
GO
