home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
500-599
/
ff502.lzh
/
CELLS
/
Installfont
< prev
next >
Wrap
Text File
|
1991-06-27
|
386b
|
15 lines
.K ""
echo "This script will install Moonstone.font, after checking to see"
echo "if you already have it."
echo ""
if not EXISTS fonts:Moonstone
echo "No existing font, installing fonts:Moonstone..."
copy fonts/#? fonts: all clone
else
echo "Moonstone font already exists, no installation performed"
endif
echo ""
echo "All Done. Click close gadget to get rid of window."
endcli