echo "TPUpdate V7.06"
echo "---------------"
echo "This script will update Turboprint 7.0x to 7.06."
echo "Please read the ReadMe file for changes."
echo ""
echo "You can either update Turboprint on your hard disk"
echo "or update a Turboprint boot disk that has been created"
echo "for use on a system not equipped with a hard disk."
echo "If no Turboprint boot disk is inserted, a Turboprint"
echo "Installation on your hard disk will be updated."
echo ""
ask "Do you want to continue (Y=Yes / N=No)?"
if warn
  echo "Yes"
  copy turbo turboprint:turbo all
  copy printers turboprint:printers all
  copy drivers turboprint:drivers all
  copy colors turboprint:colors all
  copy extra turboprint:extra all
  copy turbospool turboprint:
  copy graphicspublisher turboprint:
  move turboprefs
  echo "Patch completed."
else
  echo "No"
  echo "Patch aborted."
endif

