home *** CD-ROM | disk | FTP | other *** search
- ; Script to install libraries from this disk into your current
- ; LIBS: directory.
-
- Echo " "
- Echo "This script will install three libraries into your current"
- Echo "LIBS: directory which are used by the Rend24 program."
- Echo "They are hame.library, dctv.library, and arp.library."
- Echo " "
- Echo "Arp.library is required for Rend24's built-in front end."
- Echo "Hame.library is required to render HAM-E images."
- Echo "Dctv.library is required to render DCTV images."
- Echo " "
-
- Ask "Do you want to install these libraries?"
- Echo " "
- If WARN
- Copy libs/#?.library LIBS:
- Echo "Library installation complete."
- Else
- Echo "Libraries not installed."
- EndIf
-
- Echo " "
-