home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 93 / af093a.adf / archives / af2.lzx / Files1 / Install_Libs < prev    next >
Encoding:
Text File  |  1978-01-13  |  381 b   |  15 lines

  1. echo "Installing libraries..."
  2. if not exists LIBS:powerpacker.library
  3.     echo "powerpacker.library..."
  4.     copy :Libs/powerpacker.library LIBS:
  5. endif
  6. if not exists LIBS:lh.library
  7.     echo "lh.library..."
  8.     copy :Libs/lh.library LIBS:
  9. endif
  10. if not exists LIBS:amigaguide.library
  11.     echo "amigaguide.library..."
  12.     copy :Libs/amigaguide.library LIBS:
  13. endif
  14. echo "Library installation complete."
  15.