home *** CD-ROM | disk | FTP | other *** search
- ;PAGESTREAM3 INSTALLATION SCRIPT
- ;COPYRIGHT ©1995 SOFT-LOGIK PUBLISHING CORPORATION
-
- ;SEE IF PAGESTREAM3 AND SOFTLOGIK ARE ASSIGNED AND EVERYTHING EXISTS
- (set PGSdest (getassign "PageStream3" "a"))
- (set SLdest (getassign "SoftLogik" "a"))
- (if (OR (= PGSdest "") (= SLdest ""))
- (abort "PageStream3: and/or SoftLogik: are not assigned. You must properly install PageStream3 or BME2 before installing this filter.")
- )
- (if (<> (exists "SoftLogik:Filters") 2)
- (makedir "SoftLogik:Filters" (infos))
- )
- (set FILdest (tackon SLdest "Filters"))
- (set @default-dest FILdest)
- (complete 10)
-
- ;INSTALL FILTER
- (copyfiles (source "JPEGfilter:JPEG.gfilter") (dest FILdest))
- (complete 100)
-
- (exit "\n\nYou are now ready to import and export JPEG images with PageStream3 and BME2.")
-