.K ""
echo "This script will unpack icons.lzh to create a bootable demo"
echo "disk.  It will make the disk bootable, and add some files"
echo "from your currently running system, which must be 2.0."
echo "Once booted with the demo disk, you will have an 8 color"
echo "workbench, set up with the suggested colors for viewing"
echo "the 8 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:install drive df1:
c:makedir df1:c
c:copy c:assign c:copy c:IPrefs c:loadwb c:makedir c:setpatch c:version df1:c
c:makedir df1:libs
c:copy libs:diskfont.library libs:iffparse.library libs:version.library Df1:libs
:c/lharc -x -a -m x Icons.lzh Icons:

echo "All Done.  Click close gadget to get rid of window."
endcli
