home *** CD-ROM | disk | FTP | other *** search
- failat 100
- echo "Setting up NComm: assignment ..."
- assign NComm:
- assign NComm: ""
-
- echo "Installing XPRZmodem.library in libs: ..."
- copy XPRZmodem.library libs:
-
- echo "Installing IBM fonts in fonts: ..."
- echo "(if the makedir fails, the directories already exist)"
-
- makedir fonts:NComm1
- copy NComm1.font fonts:
- copy NComm1.8 fonts:NComm1/8
-
- makedir fonts:NComm2
- copy NComm2.font fonts:
- copy NComm2.8 fonts:NComm2/8
-
- echo "All done."
- endcli
-