echo "Aladdin HD Installation. Written by Jean-Francois Fabre 1996"
echo ""
echo "Insert Aladdin disk 1 into drive df0:"
ask  "Press <RETURN> to continue or y to abort."
if WARN
	skip abort
ENDIF

disk2file 0 Aladdin.Disk1
echo "Insert Aladdin disk 2 into drive df0:"
ask  "Press <RETURN> to continue or y to abort."

if WARN
	skip abort
ENDIF

disk2file 0 Aladdin.Disk2
echo "Insert Aladdin disk 3 into drive df0:"
ask  "Press <RETURN> to continue or y to abort."

if WARN
	skip abort
ENDIF

disk2file 0 Aladdin.Disk3

echo	"Installation complete. Click the aladdinhd icon to run the game."
skip fin

else
lab abort
	echo "Installation aborted"
endif

lab fin
	wait 3
