; This batchfile will install the two NComm IBM-graphic fonts in the
; fonts: directory. The files will be deleted afterwards.

IF NOT EXISTS fonts:NComm1
   makedir fonts:NComm1
ENDIF

IF NOT EXISTS fonts:NComm2
   makedir fonts:NComm2
ENDIF

copy NComm1.font fonts:
copy NComm2.font fonts:

; delete NComm1.font
; delete NComm2.font

copy NComm1.8 fonts:NComm1/8
copy NComm2.8 fonts:NComm2/8

; delete NComm1.8
; delete NComm2.8

; run delete Execute.me ; dirty, but it works!
