home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
gfx
/
misc
/
fastifxmodul50.lha
/
FastImageFXModules
/
Install
< prev
next >
Wrap
Text File
|
1995-12-10
|
897b
|
25 lines
ECHO "Installing FastIFXModules"
failat 7
if exists ImageFX:
echo "Installing modules:"
copy clone -H#?Load#? ImageFX:Modules/Loaders
copy clone -H#?Save#? ImageFX:Modules/Savers
echo "Loader installed in ImageFX:Modules/Loaders/-HHsFastImageFXLoader-"
echo "Saver installed in ImageFX:Modules/Savers/-HHsFastImageFXLoader-"
if exists :hhsloaderkey.library
echo "Installing Keyfile:"
copy clone :H#?loaderkey#?.library LIBS:
echo "Keyfile hhsloaderkey.library installed in LIBS:"
endif
echo "Installing ARexx scripts to ImageFX:Rexx"
copy clone #?.rx(%|.info) ImageFX:Rexx
echo "Documentation and IFXAppWindow are not installed; copy them by"
echo "dragging to any place you like."
else
echo "No Assign to ImageFX: found! Please make assign manually to your"
echo "ImageFX directory and start install script again or install the"
echo "modules manually as described in the ReadMe."
endif
wait 30