home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 596a.lha / IntruderAlert / Install_libs < prev    next >
Encoding:
Text File  |  1991-12-25  |  202 b   |  11 lines

  1. If NOT Exists libs:iff.library
  2. copy iff.library libs:
  3. ELSE
  4. echo Iff.library detected.
  5. ENDIF
  6. IF NOT Exists libs:medplayer.library
  7. copy medplayer.library libs:
  8. ELSE 
  9. echo medplayer.library detected
  10. ENDIF
  11.