home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
Workbench
/
StR
/
IconDT44
/
Install
< prev
next >
Wrap
Text File
|
1999-09-29
|
454b
|
22 lines
; $VER: Installer script for the icon.datatype v44, © 1999 by Stephan Rupprecht
(set @default-dest "DEVS:Datatypes/")
(copyfiles
(source "")
(dest @default-dest)
(pattern "(icon|icon.info)")
(help @copyfiles-help)
(prompt "Copy descriptor file")
(confirm)
)
; copylib doesn`t work, wrong version is shown!
(copyfiles
(source "icon.datatype")
(dest "SYS:Classes/datatypes/")
(help @copyfiles-help)
(prompt "Copy icon.datatype")
(confirm)
)