assign LIBS: exists
ask "Ist Ihr I²C-Interface an den Parallelport angeschlossen? (y/n)"
if warn
  echo "kopiere die Library für Jan Leuverink's Interface nach LIBS:"
  copy libs/i2c.library.par LIBS:i2c.library
else
  echo "kopiere die Library für das C'T-Interface nach LIBS:"
  copy libs/i2c.library.ser LIBS:i2c.library
endif
assign FONTS: exists
copy fonts/#? FONTS: all
echo "Installation von Font und Librarys abgeschlossen." noline
wait 10

