.K ""
echo "This script will install Moonstone.font, after checking to see"
echo "if you already have it."  
echo ""

if not EXISTS fonts:Moonstone
   echo "No existing font, installing fonts:Moonstone..."
   copy fonts/#? fonts: all clone
else
   echo "Moonstone font already exists, no installation performed"
endif
echo ""
echo "All Done.  "
endcli
