home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo INSTALLATION INSTRUCTIONS Copyright 1996, Maple Media, Inc
- echo ==============================================================
- echo This game must be placed on your hard drive in order to play.
- echo You will be prompted to take it off after the game is played.
- echo Just answer Y when the message DELTREE appears if you to
- echo reclaim the disk space; answer N if you want to keep the game.
- echo .
- echo Enjoy the game.
- Echo .
- pause
- xcopy *.* c:\SUPAPLEX\ /s
- c:
- cd \SUPAPLEX
- attrib *.* -r
- SUPAPLEX
- cd..
- deltree SUPAPLEX
-
-
-
-
-