home *** CD-ROM | disk | FTP | other *** search
- echo "Alien Breed II AGA HD Installation. Written by JOTD 1995"
- echo "Alien Breed II AGA was cracked by N.O.M.A.D of Fairlight"
- echo ""
- echo "Insert Alien Breed disk 1 (Boot Disk) into drive df0:"
- ask "Press <RETURN> to continue or y to abort."
- if WARN
- skip abort
- ENDIF
-
- disk2file AlienBreed2Disk1
- echo "Insert Alien Breed disk 2 (Disk 1) into drive df0:"
- ask "Press <RETURN> to continue or y to abort."
-
- if WARN
- skip abort
- ENDIF
-
- disk2file AlienBreed2Disk2
- echo "Insert Alien Breed disk 3 (Disk 2) into drive df0:"
- ask "Press <RETURN> to continue or y to abort."
-
- if WARN
- skip abort
- ENDIF
-
- disk2file AlienBreed2Disk3
- echo "Insert Alien Breed disk 4 (Disk 3) into drive df0:"
- ask "Press <RETURN> to continue or y to abort."
-
- if WARN
- skip abort
- ENDIF
-
- disk2file AlienBreed2Disk4
-
- echo "Installation complete. Click the AB2 icon to run the game."
- skip fin
-
- else
- lab abort
- echo "Installation aborted"
- endif
-
- lab fin
- wait 3
-