home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 780.dms / 780.adf / NComm / Install < prev    next >
Encoding:
Text File  |  1994-03-23  |  440 b   |  22 lines

  1. failat 100
  2. echo "Setting up NComm: assignment ..."
  3. assign NComm:
  4. assign NComm: ""
  5.  
  6. echo "Installing XPRZmodem.library in libs: ..."
  7. copy XPRZmodem.library libs:
  8.  
  9. echo "Installing IBM fonts in fonts: ..."
  10. echo "(if the makedir fails, the directories already exist)"
  11.  
  12. makedir fonts:NComm1
  13. copy NComm1.font fonts:
  14. copy NComm1.8 fonts:NComm1/8
  15.  
  16. makedir fonts:NComm2
  17. copy NComm2.font fonts:
  18. copy NComm2.8 fonts:NComm2/8
  19.  
  20. echo "All done."
  21. endcli
  22.