home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / VIDEOTEXT.LZX / VT5.05 / Install < prev    next >
Encoding:
Text File  |  1996-01-20  |  695 b   |  24 lines

  1. ask "Ist Ihr I²C-Interface an den Parallelport angeschlossen? (y/n)"
  2. if warn
  3.   echo "kopiere die Library für Jan Leuverink's Interface nach LIBS:"
  4.   copy libs/i2c.library.par LIBS:i2c.library
  5. else
  6.   echo "kopiere die Library für das C'T-Interface nach LIBS:"
  7.   copy libs/i2c.library.ser LIBS:i2c.library
  8. endif
  9. assign LIBS: exists
  10. if exists LIBS:asl.library then
  11.   echo "Sie haben die 'asl.library', 'req.library' wird darum nicht benötigt."
  12. else
  13.   if exists LIBS:req.library then
  14.     echo "Die 'req.library' haben Sie bereits."
  15.   else
  16.     copy libs/req.#? LIBS:
  17.   endif
  18. endif
  19. assign FONTS: exists
  20. copy fonts/#? FONTS: all
  21. echo "Installation von Font und Librarys abgeschlossen." noline
  22. wait 10
  23.  
  24.