home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / JFF-WW1.DMS / in.adf / MiscFiles / FontStartup < prev    next >
Encoding:
Text File  |  1992-09-02  |  478 b   |  16 lines

  1. Assign AgfaFonts: RAM:AgfaFonts Agfa-Fonts:            ; can't defer multi-assigns
  2.  
  3. drives df1        ;does this drive exist
  4. if warn
  5.     drives df2    ; no, so try the next
  6.     if warn            ; if that does not then copy Agfa fonts to ram
  7.         copy Agfa-Fonts:Intellifont/CGPalacio.type ram:AgfaFonts/Intellifont quiet
  8.         copy Agfa-Fonts:Intellifont/if#? ram:AgfaFonts/Intellifont quiet
  9.         Loadlibs ;preload some useful libs and fonts
  10.     else
  11.         addbuffers >nil: df2: 20
  12.     endif
  13. else
  14.     addbuffers >nil: df1: 20
  15. endif
  16.