home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / EDG-JPEG.DMS / in.adf / Install-JPEG < prev    next >
Encoding:
Text File  |  1995-04-03  |  765 b   |  22 lines

  1. ;PAGESTREAM3 INSTALLATION SCRIPT
  2. ;COPYRIGHT ©1995 SOFT-LOGIK PUBLISHING CORPORATION
  3.  
  4. ;SEE IF PAGESTREAM3 AND SOFTLOGIK ARE ASSIGNED AND EVERYTHING EXISTS
  5. (set PGSdest (getassign "PageStream3" "a"))
  6. (set SLdest (getassign "SoftLogik" "a"))
  7. (if (OR (= PGSdest "") (= SLdest ""))
  8.     (abort "PageStream3: and/or SoftLogik: are not assigned. You must properly install PageStream3 or BME2 before installing this filter.")
  9. )
  10. (if (<> (exists "SoftLogik:Filters") 2)
  11.     (makedir "SoftLogik:Filters" (infos))
  12. )
  13. (set FILdest (tackon SLdest "Filters"))
  14. (set @default-dest FILdest)
  15. (complete 10)
  16.  
  17. ;INSTALL FILTER
  18. (copyfiles (source "JPEGfilter:JPEG.gfilter") (dest FILdest))
  19. (complete 100)
  20.  
  21. (exit "\n\nYou are now ready to import and export JPEG images with PageStream3 and BME2.")
  22.