home *** CD-ROM | disk | FTP | other *** search
- .key ""
- ; 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
-
- if exists libs:midi.library
- echo "Midi library already installed ..."
- else
- echo "Installing midi library ..."
- copy :libs/midi.library libs:
- endif
-
- version midi.library
-
- if exists libs:icon.library
- echo "Good, C-A's icon.library already installed ..."
- else
- echo "Gack! You are missing icon.library, copy from WorkBench"
- echo "to your libs: directory."
- endif
-
- version icon.library
-
- echo "Done."
-