home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 292.lha / NComm_v1.8 / NComm / Execute.me < prev    next >
Encoding:
Text File  |  1992-09-02  |  469 b   |  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.