home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Raytracing / Misc / FLD-HHRE.LHA / hhsfastimagefxmodules / Install < prev   
Encoding:
Text File  |  1995-09-17  |  795 b   |  23 lines

  1. ECHO "Installing FastIFXModules"
  2. failat 7
  3. if exists ImageFX:
  4. echo "Installing modules:"
  5. copy clone -H#?Load#? ImageFX:Modules/Loaders
  6. copy clone -H#?Save#? ImageFX:Modules/Savers
  7. echo "Loader installed in ImageFX:Modules/Loaders/-HHsFastImageFXLoader-"
  8. echo "Saver installed in ImageFX:Modules/Savers/-HHsFastImageFXLoader-"
  9. if exists :hhsloaderkey.library
  10. echo "Installing Keyfile:"
  11. copy clone :H#?loaderkey#?.library LIBS:
  12. echo "Keyfile hhsloaderkey.library installed in LIBS:"
  13. endif
  14. echo "The documentation is not installed; copy it by dragging"
  15. echo "to any place you like."
  16. else
  17. echo "No Assign to ImageFX: found! Please make assign manually to your"
  18. echo "ImageFX directory and start install script again or install the"
  19. echo "modules manually as described in the ReadMe."
  20. endif
  21. wait 100
  22.  
  23.