home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 536.lha / PolySiliCon / Install SiliCon / .work_scripts / install_ppipc < prev    next >
Encoding:
Text File  |  1991-08-09  |  427 b   |  18 lines

  1. if exists LIBS:ppipc.library
  2.     echo "ppipc.library found in LIBS: ...OK"
  3.     skip done
  4. endif
  5. echo "  All ppIPC functions need 'ppipc.library' to be available in LIBS:"
  6. echo "-- It will take up under 3K of disk space"
  7. Jask "-rInstall ppipc.library?" -q
  8. if warn
  9.     echo "OK..."
  10.     copy ppipc.library to LIBS: clone
  11.     echo "ppipc.library copied"
  12. else
  13.     echo "OK -- another time maybe..."
  14.     skip EXIT_all
  15. endif
  16. lab done
  17.  
  18.