home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d701
/
spellcheck.lha
/
SpellCheck
/
InstallFont
next >
Wrap
Text File
|
1992-08-03
|
670b
|
25 lines
.K ""
echo "This script will install the SpellCheck font in your FONTS: directory."
echo ""
ask "Do you wish to continue with the installation? [y/n]"
if WARN
if not EXISTS fonts:SpellCheck.font
echo "No existing SpellCheck.font, installing SpellCheck font..."
copy fonts fonts: all
else
echo "Found an existing SpellCheck.font in your FONTS: directory."
ask "Do you wish to replace it with this version of the font? [y/n]"
if WARN
echo "Updating SpellCheck font..."
copy fonts fonts: all
else
echo "Font unchanged."
endif
endif
endif
endif
echo "All Done. Click close gadget to get rid of window."
endcli