home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
graphics
/
fractals
/
cpm
/
installlibrary
< prev
next >
Wrap
Text File
|
1995-02-27
|
317b
|
13 lines
.K ""
echo "This script will install iff.library, after checking to see if"
echo "you already have one."
echo ""
if not EXISTS libs:iff.library
echo "No existing library, installing libs:iff.library..."
copy iff.library libs:iff.library
endif
echo "All Done. Click close gadget to get rid of window."
endcli