home *** CD-ROM | disk | FTP | other *** search
- ; *** 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)
- )
-