home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d243
/
imagelab.lha
/
ImageLab
/
Install
< prev
next >
Wrap
Text File
|
1989-09-04
|
770b
|
30 lines
; Install file for ImageLab
echo "Installing ImageLab V2.2"
zoo x ILInstall.zoo
rename Ceres.font FONTS:Ceres2.font
makedir FONTS:Ceres2
rename 9b FONTS:Ceres2/9b
echo "`Ceres' font installed."
rename Tau.font FONTS:Tau2.font
makedir FONTS:Tau2
rename 8 FONTS:Tau2/8
echo "`Tau' font installed."
mkdir SYS:ImageLab
rename ImageLab SYS:ImageLab/ImageLab
rename ImageLab.info SYS:ImageLab/ImageLab.info
rename ImageLab.help SYS:ImageLab/ImageLab.help
rename ImageLab.doc SYS:ImageLab/ImageLab.doc
rename Empty.info SYS:ImageLab.info
protect SYS:ImageLab/ImageLab flags re
protect SYS:ImageLab/ImageLab.info flags rw
protect SYS:ImageLab/ImageLab.help flags r
protect SYS:ImageLab/ImageLab.doc flags r
echo "Installation complete."