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

disk2file 0 SpeedBall2.Disk1

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

else
lab abort
	echo "Installation aborted"
endif

lab fin
	wait 3
