home *** CD-ROM | disk | FTP | other *** search
- ; *** Size installation scipt ***
-
- (set #install-msg (cat "\n\nSize installation script.\n"
- "This script installs the Size command on your Amiga.\n\n"
- "Size © 1994 Markus Hillenbrand\n"
- "All rights reserved."))
-
- (set #bad-kick "You must be using Kickstart 2.04 to install using this script!")
-
- (message #install-msg)
- (welcome "Welcome to the Size installation!")
-
- (if (< (/ (getversion) 65536) 37)((abort #bad-kick)))
-
- (copylib (prompt "\nInstalling Size\n")
- (help @copylib-help)
- (source "Size")
- (dest "C:")
- (confirm)
- )
-
- (copyfiles (prompt "Installing Size.man\n")
- (help @copy-help)
- (source "Size.man")
- (dest "Work:Manuals")
- (confirm)
- )
-