home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff246.lzh / NComm / Execute.me < prev    next >
Text File  |  1989-09-14  |  479b  |  25 lines

  1. ; This batchfile will install the two NComm IBM-graphic fonts in the
  2. ; fonts: directory. The files will be deleted afterwards.
  3.  
  4. IF NOT EXISTS fonts:NComm1
  5.    makedir fonts:NComm1
  6. ENDIF
  7.  
  8. IF NOT EXISTS fonts:NComm2
  9.    makedir fonts:NComm2
  10. ENDIF
  11.  
  12. copy NComm1.font fonts:
  13. copy NComm2.font fonts:
  14.  
  15. ; delete NComm1.font
  16. ; delete NComm2.font
  17.  
  18. copy NComm1.8 fonts:NComm1/8
  19. copy NComm2.8 fonts:NComm2/8
  20.  
  21. ; delete NComm1.8
  22. ; delete NComm2.8
  23.  
  24. ; run delete Execute.me ; dirty, but it works!
  25.