home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d8xx
/
d826
/
asteriods.lha
/
Asteriods
/
InstallFont
< prev
next >
Wrap
Text File
|
2001-02-25
|
2KB
|
59 lines
.K ""
echo "This script will install the asteriod fonts in your FONTS: directory."
echo ""
ask "Do you wish to continue with the installation? [y/n]"
if WARN
if not EXISTS fonts:basic.font
echo "No existing basic.font, installing basic font..."
copy fonts/basic.font fonts:
copy fonts/basic fonts:basic all
else
echo "Found an existing basic.font in your FONTS: directory."
ask "Do you wish to replace it with this version of the font? [y/n]"
if WARN
echo "Updating basic font..."
copy fonts/basic.font fonts:
copy fonts/basic fonts:basic all
else
echo "Font unchanged."
endif
endif
endif
if not EXISTS fonts:fixplain7.font
echo "No existing fixplain7.font, installing fixplain7 font..."
copy fonts/fixplain7.font fonts:
copy fonts/fixplain7 fonts:fixplain7 all
else
echo "Found an existing fixplain7.font in your FONTS: directory."
ask "Do you wish to replace it with this version of the font? [y/n]"
if WARN
echo "Updating fixplain7 font..."
copy fonts/fixplain7.font fonts:
copy fonts/fixplain7 fonts:fixplain7 all
else
echo "Font unchanged."
endif
endif
endif
if not EXISTS fonts:hires-5a.font
echo "No existing hires-5a.font, installing hires-5a font..."
copy fonts/hires-5a.font fonts:
copy fonts/hires-5a fonts:hires-5a all
else
echo "Found an existing hires-5a.font in your FONTS: directory."
ask "Do you wish to replace it with this version of the font? [y/n]"
if WARN
echo "Updating hires-5a font..."
copy fonts/hires-5a.font fonts:
copy fonts/hires-5a fonts:hires-5a all
else
echo "Font unchanged."
endif
endif
endif
endif
echo "All Done. Click close gadget to get rid of window."
endcli