home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d243
/
imagelab.lha
/
ImageLab
/
InstallFontsOnly
< prev
next >
Wrap
Text File
|
1989-09-04
|
462b
|
24 lines
; Install the fonts only.
echo "Installing ImageLab V2.2 fonts"
if exists fonts:Ceres2
echo "Existing Ceres2 font not replaced."
else
makedir fonts:Ceres2
copy 9b fonts:Ceres2/9b
copy Ceres.font fonts:Ceres2.font
echo "Installed Ceres2 font."
endif
if exists fonts:Tau2
echo "Existing Tau2 font not replaced."
else
makedir fonts:Tau2
copy 8 fonts:Tau2/8
copy Tau.font fonts:Tau2.font
echo "Installed Tau2 font."
endif
echo "Installation complete."