home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d402
/
plw
/
cli-install
< prev
next >
Wrap
Text File
|
1990-11-16
|
402b
|
15 lines
If EXISTS LIBS:XprZModem.library
Echo "XprZModem.library exists. PLW uses V2.0 of XprZModem.library."
Ask "Replace XprZModem.library in LIBS: with Version 2.0 (Y/N) ?"
If WARN
Echo "Replacing..." NOLINE
Copy XprZModem.library LIBS:
Echo "done."
EndIf
Else
Echo "Copying XprZModem.library (to LIBS:)..." NOLINE
Copy XprZModem.library LIBS:
Echo "done."
EndIf