home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
fun&games
/
misc
/
metro
/
installfont
< prev
next >
Wrap
Text File
|
1991-01-02
|
379b
|
15 lines
.K ""
echo "This script will install the anthracite font in your FONTS: directory."
echo "It only needs to be run once, before you run Metro for the first time."
echo ""
ask "Do you wish to proceed?"
if WARN
makedir FONTS:anthracite
copy anthracite.font FONTS:anthracite.font
copy 7 FONTS:anthracite/7
endif
echo "All Done. Click close gadget to get rid of window."
endcli