home *** CD-ROM | disk | FTP | other *** search
- echo "Do you want to install the following librarys to LIBS:"
- echo ""
- type versionlist
- echo ""
- ask "Yes/No ?"
- if warn
- copy libs libs: all
- if warn
- echo "Installation Of Library Files Failed."
- echo "Please Check Your System"
- else
- echo "Installed OK"
- endif
- else
- echo "Cancelled!"
- endif
- ask "press RETURN to continue"
-
-
-