Echo "This will install necessary files to your current"
Echo "workbench system disk disk."
echo ""
ask "Do you want to install the fonts (y/n)?"

if WARN
  if NOT EXISTS fonts:flow
   echo "Making fonts:flow directory..."
   makedir fonts:flow
  endif

  if NOT EXISTS fonts:flow/8
    echo "Copying font files..."
    copy fonts/flow/8 fonts:flow
    copy fonts/flow.font fonts:
  endif
endif

ask "Do you want to install the AutoBudget file (y/n)?"

if WARN

  echo "Copying 'AutoBudget' to your c: directory"
  copy AutoBudget c:
  
endif

echo "File installation complete."