home *** CD-ROM | disk | FTP | other *** search
- 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 LIBS: exists
- if exists LIBS:asl.library then
- echo "Sie haben die 'asl.library', 'req.library' wird darum nicht benötigt."
- else
- if exists LIBS:req.library then
- echo "Die 'req.library' haben Sie bereits."
- else
- copy libs/req.#? LIBS:
- endif
- endif
- assign FONTS: exists
- copy fonts/#? FONTS: all
- echo "Installation von Font und Librarys abgeschlossen." noline
- wait 10
-
-