home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / icodt / install < prev    next >
Encoding:
Text File  |  2000-01-02  |  455 b   |  22 lines

  1. ; $VER: Installer script for the ico.datatype v43, © 2000 by Stephan Rupprecht
  2.  
  3. (set @default-dest "DEVS:Datatypes/")
  4.  
  5. (copyfiles    
  6.     (source    "")
  7.     (dest @default-dest)
  8.     (pattern "Windows Icon(.info|)")
  9.     (help @copyfiles-help)
  10.     (prompt    "Copy descriptor file")
  11.     (confirm)
  12. )
  13.  
  14. ; copylib doesn`t work, wrong version is shown!
  15. (copyfiles
  16.     (source    "ico.datatype")
  17.     (dest "SYS:Classes/datatypes/")
  18.     (help @copyfiles-help)
  19.     (prompt    "Copy ico.datatype")
  20.     (confirm)
  21. )
  22.