home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
367.lha
/
NComm_v1.9
/
Install
< prev
next >
Wrap
Text File
|
1990-05-02
|
440b
|
22 lines
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