home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
graphics
/
dt2iff10.lha
/
DT2IFF
/
Install
< prev
next >
Wrap
Text File
|
1994-11-16
|
714b
|
28 lines
; *** DT2IFF installation scipt ***
(set #install-msg (cat "\n\nDT2IFF installation script.\n"
"This script installs the DT2IFF command on your Amiga.\n\n"
"DT2IFF ⌐ 1994 Markus Hillenbrand\n"
"All rights reserved."))
(set #bad-kick "You must be using Kickstart 3.0 to install using this script!")
(message #install-msg)
(welcome "Welcome to the DT2IFF installation!")
(if (< (/ (getversion) 65536) 39)((abort #bad-kick)))
(copylib (prompt "\nInstalling DT2IFF\n")
(help @copylib-help)
(source "DT2IFF")
(dest "C:")
(confirm)
)
(copyfiles (prompt "Installing DT2IFF.man\n")
(help @copy-help)
(source "DT2IFF.man")
(dest "Work:Manuals")
(confirm)
)