home *** CD-ROM | disk | FTP | other *** search
- ; A simple little script to install the necessary libraries from
- ; the :libs directory on this disk. -Fred Fish
-
- if exists libs:req.library
- echo "Requester library already installed ..."
- else
- echo "Installing requester library ..."
- copy :libs/req.library libs:
- endif
-
- version req.library
-
- echo "Done."
- ENDCLI >NIL:
-
-