home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff332.lzh
/
K1_Editor
/
t
/
Command-00-T02
next >
Wrap
Text File
|
1990-03-20
|
320b
|
16 lines
; 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: