.K ""
echo "This script will create a bootable demo disk set up to view"
echo "the eight color icons."
echo ""

ask "Do you have a blank disk ready?"
if not WARN
	echo "Try again when you do ..."
	echo "All Done.  Click close gadget to get rid of window."
	endcli
endif

ask "Is floppy drive df1: free?"
if not WARN
	echo "You will need to do the unpacking yourself."
	echo "All Done.  Click close gadget to get rid of window."
	endcli
endif

echo "Formatting and unpacking disk..."

sys:system/format drive df1: name Icons noicons
:c/lha -x -a -m x Icons.lha Icons:

echo "Making disk bootable..."
install df1:

echo "Copying selected items from your c: and libs: directory..."
copy c:Assign Icons:c
copy c:IPrefs Icons:c
copy c:LoadWB Icons:c
copy libs:diskfont.library Icons:libs
copy libs:iffparse.library Icons:libs

echo "All Done.  Click close gadget to get rid of window."
echo "Reboot with the demo disk to view the icons."
endcli
