home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ************************************************************
- echo This will unpack the Battle Isle 2200 demo in the current
- echo directory. If you do not want to continue press CTRL-C now.
- echo ************************************************************
- pause
- pkunzip -d demo.zip
- del demo.zip
- del pkunzip.exe
- ren install.bat install.dpe
- echo ***************************************
- echo The Battle Isle 2200 demo is installed.
- echo To start, type BI2.
- echo If the demo will not run, type HELP.
- echo To read the manual, type MANUAL.
- echo And for tips on gameplay, type TIPS.
- echo ***************************************
-