home *** CD-ROM | disk | FTP | other *** search
- ; Install file for ImageLab V2.4
- ; Modified by fnf for use with Xicon, to install in ram:
-
- echo "=============*E[33mImageLab V2.4*E[31m=============="
- echo "=============*E[33m Installation*E[31m =============*N"
- failat 30
-
- ; Next, try to install the optional font.
-
- if not exists FONTS:ceres.font
- echo "*N Font Installation..."
- echo " ImageLab handles proportional fonts in its menus and requesters."
- echo " The font included in this distribution, `Ceres', is a sans-serif,"
- echo " 9-point, bold, proportional font that looks rather well."
- echo " Now installing Ceres into FONTS:"
-
- copy ceres.font FONTS:ceres.font
- if not exists FONTS:ceres
- makedir FONTS:ceres
- endif
- copy 9b FONTS:ceres/9b
- endif
-
-
- ;---------------------------------------------------------------------------
- ; All done!
-
- echo "*N===============*E[33m Complete*E[31m ==============="
- echo
-