home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d402 / plw / cli-install < prev    next >
Text File  |  1990-11-16  |  402b  |  15 lines

  1. If EXISTS LIBS:XprZModem.library
  2.    Echo "XprZModem.library exists. PLW uses V2.0 of XprZModem.library."
  3.    Ask  "Replace XprZModem.library in LIBS: with Version 2.0 (Y/N) ?"
  4.    If WARN
  5.        Echo "Replacing..." NOLINE
  6.        Copy XprZModem.library LIBS:
  7.        Echo "done."
  8.    EndIf
  9. Else
  10.    Echo "Copying XprZModem.library (to LIBS:)..." NOLINE
  11.    Copy XprZModem.library LIBS:
  12.    Echo "done."
  13. EndIf
  14.  
  15.