ECHO OFF CLS IF %1x==x GOTO NODRIVE IF %2x==x GOTO NODRIVE IF %1x==%2x GOTO NODRIVE GOTO YESDRIVE :NODRIVE ECHO. ECHO This routine is for installing `School Days' on a hard ECHO disk. If you DO NOT have one, then you will not be ECHO able to use this software. ECHO. ECHO The `School Days' installation routine requires that you ECHO specify two drives. You must specify the drive you are ECHO at now and the hard drive where you want it installed. It ECHO must be either the C or D hard drive. ECHO . ECHO For example, INSTALL A: C: . . . Please try again. GOTO END :YESDRIVE ECHO . ECHO . ECHO This routine is for installing `School Days' on a C or D ECHO hard disk. If you do not want to do this at this time, ECHO then press the "Ctrl" + "Break" keys together and then "Y" ECHO to stop this batch file. ECHO . ECHO Otherwise . . . ECHO . PAUSE CLS GOTO TRY1 :TRY1 ECHO OFF CLS IF EXIST %1SD1.EXE GOTO COPY1 ECHO. ECHO. ECHO The disk in Drive %1 is NOT disk 1. Insert School Days Disk 1 and ... ECHO. ECHO. PAUSE GOTO TRY1 :COPY1 CD C:\ IF %2==C: GOTO CBAT IF %2==c: GOTO CBAT GOTO DBAT :CBAT COPY %1SDC.TXT C:\SCHOOL.BAT GOTO UPNEXT :DBAT COPY %1SDD.TXT C:\SCHOOL.BAT GOTO UPNEXT :UPNEXT %2 MD %2\SDAYS CD %2\SDAYS CLS ECHO OFF ECHO . ECHO Note: Although `School Days' is being loaded into a sub- ECHO directory called SDAYS, you will be able to start ECHO the program without changing directories simply by ECHO typing SCHOOL and pressing the Enter key. ECHO . PAUSE CLS ECHO . ECHO. ECHO Please wait while loading program files from Disk 1 . . . ECHO. ECHO. COPY %1*.* %2 ECHO. ECHO. ECHO Now place `School Days' Disk 2 into the A: Drive. ECHO. PAUSE GOTO TRY2 :TRY2 ECHO OFF CLS IF EXIST %1SD2.EXE GOTO COPY2 ECHO. ECHO. ECHO The disk in Drive %1 is NOT disk 2. Insert School Days Disk 2 and ... ECHO. ECHO. PAUSE GOTO TRY2 :COPY2 ECHO. ECHO Please wait while loading program files from Disk 2 . . . ECHO. ECHO. COPY %1*.* %2 ECHO. ECHO. ECHO Now place `School Days' Disk 3 into the A: Drive. ECHO. PAUSE CLS GOTO TRY3 :TRY3 ECHO OFF CLS IF EXIST %1SD3.EXE GOTO COPY3 ECHO. ECHO. ECHO The disk in Drive %1 is NOT disk 3. Insert School Days Disk 3 and ... ECHO. ECHO. PAUSE GOTO TRY3 :COPY3 ECHO. ECHO Please wait while loading program files from Disk 3 . . . ECHO. ECHO. COPY %1*.* %2 ECHO. ECHO. ECHO Now place `School Days' Disk 4 into the A: Drive. ECHO. PAUSE CLS GOTO TRY4 :TRY4 ECHO OFF CLS IF EXIST %1SD4.EXE GOTO COPY4 ECHO. ECHO. ECHO The disk in Drive %1 is NOT disk 4. Insert School Days Disk 4 and ... ECHO. ECHO. PAUSE GOTO TRY4 :COPY4 ECHO. ECHO Please wait while loading program files from Disk 4 . . . ECHO. ECHO. COPY %1*.* %2 ECHO. ECHO. ECHO Please wait while uncompressing the installation files . . . ECHO. ECHO. SD1 ECHO. DEL SD1.EXE ECHO. SD2 ECHO. DEL SD2.EXE ECHO. SD3 ECHO. DEL SD3.EXE ECHO. SD4 ECHO. DEL SD4.EXE ECHO. CD\ C: CD\ CLS ECHO. ECHO. ECHO. ECHO. ECHO. ECHO. ECHO That is it!!! You're finished. Now place your ORIGINAL ECHO `School Days' disks away and use your hard drive copy ECHO to allow students improve their math and spelling ECHO skills as well as improve their knowledge of the solar ECHO system, and U.S. and world geography. Refer to the ECHO operating instructions for more details on how to use ECHO the `School Days' program. ECHO. ECHO. GOTO END :END