home *** CD-ROM | disk | FTP | other *** search
- Assign AgfaFonts: RAM:AgfaFonts Agfa-Fonts: ; can't defer multi-assigns
-
- drives df1 ;does this drive exist
- if warn
- drives df2 ; no, so try the next
- if warn ; if that does not then copy Agfa fonts to ram
- copy Agfa-Fonts:Intellifont/CGPalacio.type ram:AgfaFonts/Intellifont quiet
- copy Agfa-Fonts:Intellifont/if#? ram:AgfaFonts/Intellifont quiet
- Loadlibs ;preload some useful libs and fonts
- else
- addbuffers >nil: df2: 20
- endif
- else
- addbuffers >nil: df1: 20
- endif
-