.K ""
echo "This script will unpack icons1.lha to create a bootable demo disk."
echo "It will make the disk bootable, and add some files from your currently"
echo "running system, which must be 2.0.  Once booted with the demo disk, you"
echo "will have an 8 color workbench, set up with the suggested colors for"
echo "viewing 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

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

echo "Copying needed files from your c: directory..."
c:makedir df1:c
c:copy c:assign c:copy c:IPrefs c:loadwb c:makedir c:setpatch c:version df1:c

echo "Copying needed libraries from your libs: directory..."
c:makedir df1:libs
c:copy libs:diskfont.library libs:iffparse.library libs:version.library df1:libs

echo "Extracting preferences and startup files..."
:c/lha -mraxe x Prefs.lha Icons:

echo "Extracting icons..."
:c/lha -mraxe x Icons1.lha Icons:

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