home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / HardwareProjects / VideoText.lha / VideoText4.2 / Install < prev    next >
Encoding:
Text File  |  1995-05-01  |  379 b   |  15 lines

  1. assign FONTS: exists
  2. copy fonts/#? FONTS: all
  3. assign LIBS: exists
  4. if exists LIBS:asl.library then
  5.   echo "Sie haben die 'asl.library', 'req.library' wird darum nicht benötigt."
  6. else
  7.   if exists LIBS:req.library then
  8.     echo "Die 'req.library' haben Sie bereits."
  9.   else
  10.     copy libs/#? LIBS:
  11.   endif
  12. endif
  13. echo "Installation von Font und Library abgeschlossen." noline
  14. wait 10
  15.