home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / EDG-TFX.DMS / in.adf / Install-TextFX < prev    next >
Encoding:
Text File  |  1995-10-13  |  727 b   |  22 lines

  1. ;TEXTFX 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 before installing this extension.")
  9. )
  10. (if (<> (exists "SoftLogik:Engines") 2)
  11.     (makedir "SoftLogik:Engines" (infos))
  12. )
  13. (set ENGdest (tackon SLdest "Engines"))
  14. (set @default-dest ENGdest)
  15. (complete 10)
  16.  
  17. ;INSTALL ENGINE
  18. (copyfiles (source "TextFX:TextFX.extension") (dest ENGdest))
  19. (complete 100)
  20.  
  21. (exit "\n\nYou are now ready to use TextFX with PageStream3.")
  22.