home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
500-599
/
ff591.lzh
/
Flyspeck
/
InstallFont
< prev
next >
Wrap
Text File
|
1992-01-31
|
335b
|
15 lines
.K ""
echo "This script will install the flyspeck font in your FONTS: directory."
ask "Do you wish to continue with the installation? [y/n]"
if WARN
if not EXISTS FONTS:flyspeck
makedir FONTS:flyspeck
endif
copy flyspeck.font FONTS:
copy 3 FONTS:flyspeck
endif
echo "All Done. Click close gadget to get rid of window."
endcli