echo "*Ec This installation script will copy all 4D Boxing files"
echo " onto your hard disk in the directory of your choice.*N"

ask " Do you wish to install 4D Boxing ? (Y to install, N to quit):"

if not warn 
	echo "Installation cancelled*N"
	skip quit
endif

echo "*N Type the name of the disk and folder where you wish to"
echo " install 4D Boxing.  For example, *dh0:Games/Boxing*."
execute >NIL: <"con:0/70/580/30/Enter the disk and directory name : " "4DBoxing1:Install3" ?

lab quit
endcli
