home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1795.dms / in.adf / ImageLab / Install_Font < prev    next >
Encoding:
Text File  |  1991-12-13  |  903 b   |  30 lines

  1. ; Install file for ImageLab V2.4
  2. ; Modified by fnf for use with Xicon, to install in ram:
  3.  
  4. echo "=============*E[33mImageLab V2.4*E[31m=============="
  5. echo "=============*E[33m Installation*E[31m =============*N"
  6. failat 30
  7.  
  8. ; Next, try to install the optional font.
  9.  
  10. if not exists FONTS:ceres.font
  11.   echo "*N  Font Installation..."
  12.   echo "    ImageLab handles proportional fonts in its menus and requesters."
  13.   echo "    The font included in this distribution, `Ceres', is a sans-serif,"
  14.   echo "    9-point, bold, proportional font that looks rather well."
  15.   echo "    Now installing Ceres into FONTS:"
  16.  
  17.     copy ceres.font FONTS:ceres.font
  18.     if not exists FONTS:ceres
  19.         makedir FONTS:ceres
  20.     endif
  21.     copy 9b FONTS:ceres/9b
  22. endif
  23.  
  24.  
  25. ;---------------------------------------------------------------------------
  26. ; All done!
  27.  
  28. echo "*N===============*E[33m Complete*E[31m ==============="
  29. echo
  30.