home *** CD-ROM | disk | FTP | other *** search
- Echo ""
- Echo " ********Installer script written by: SPEED 20/11/94********"
- Echo ""
- Echo "This installer must be in your games drawer where it will automatically"
- Echo "create a drawer called `BUBBLE' then prompt you for the appropriate disks."
- echo noline "*n Start the Installer? "
-
- set > nil: InpVar ?
-
- if $InpVar eq "ja"
- skip Start
- endif
-
- if $InpVar eq "j"
- skip Start
- endif
-
- if $InpVar eq "y"
- skip Start
- endif
-
- if $InpVar eq "yes"
- skip Start
- endif
-
- echo noline "*n*e[32m Install aborted."
- quit
-
- lab start
- makedir >nil: BUBBLE
- makedir >nil: BUBBLE/Bubble2
- makedir >nil: BUBBLE/Bubble2/Maps
- makedir >nil: BUBBLE/Bubble2/Objects
- resident >NIL: c:Copy pure add
- echo " Copying files...."
- copy >nil: Bubble1: bubble/
- copy >nil: Bubble2: bubble/bubble2/
- copy >nil: Bubble2:Maps/ bubble/bubble2/maps/
- copy >nil: Bubble2:Objects/ bubble/bubble2/objects/
- cls
- echo ""
- echo "Now read the `GAME_ASSIGNS' file to add the appropriate assigns"
- echo "else the game won't work."
- echo ""
- echo "To play the game double click on the `CODE' icon or from cli.. CD to"
- echo "the drawer and type `CODE'"
- echo ""
- echo "NOTE...This installer script can now be deleted from your games drawer."
-
- lab end
-