home *** CD-ROM | disk | FTP | other *** search
- echo "Installing libraries..."
- if not exists LIBS:powerpacker.library
- echo "powerpacker.library..."
- copy :Libs/powerpacker.library LIBS:
- endif
- if not exists LIBS:lh.library
- echo "lh.library..."
- copy :Libs/lh.library LIBS:
- endif
- if not exists LIBS:amigaguide.library
- echo "amigaguide.library..."
- copy :Libs/amigaguide.library LIBS:
- endif
- echo "Library installation complete."
-