home *** CD-ROM | disk | FTP | other *** search
- echo off >nul
- :again
- if %2a == installed1a goto ok2:
- goto error2:
- :ok2
- pause > nul
- if not exist track\anaheim.trk goto error3:
- echo .
- echo Loading Disk #2...
- copy bitmaps\*.* %1bitmaps >nul
- copy track\*.* %1track >nul
- echo .
- echo You have successfully installed MOTOCROSS on drive %1
- echo .
- echo Type "MOTO" to play!
- %1
- cd \
- echo .
- goto end1:
- :error2
- echo .
- echo Use the INSTALL routine on Disk #1 to install MOTOCROSS
- echo on your hard disk.
- echo .
- goto end1:
- :error3
- echo .
- echo Please replace Disk #1 with Disk #2 and
- echo press any key...
- goto again
- :end1
-