home *** CD-ROM | disk | FTP | other *** search
- ;TEXTFX 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 before installing this extension.")
- )
- (if (<> (exists "SoftLogik:Engines") 2)
- (makedir "SoftLogik:Engines" (infos))
- )
- (set ENGdest (tackon SLdest "Engines"))
- (set @default-dest ENGdest)
- (complete 10)
-
- ;INSTALL ENGINE
- (copyfiles (source "TextFX:TextFX.extension") (dest ENGdest))
- (complete 100)
-
- (exit "\n\nYou are now ready to use TextFX with PageStream3.")
-