;;
;;  $Filename: HDInstall $
;;  $Id: HDInstall, v1.1 10/14/94 $
;;  $Date: 10/14/94 $
;;  $Revision: 1.1 $
;;

;(set @user-level 3)	; force to not display user type
(complete 0)

(message "This script will install the latest version of iff.library to "
	 "LIBS:.  If you have the current version, nothing will be done."
)

; copy library if needed
(copylib
	(confirm)
	(prompt "Should I replace your iff.library with a new one.")
	(help "Viper comes with the freely distributable iff.library v23.2."
		"It is sugested you replace your version if it is "
		"less than that.")
	(source "Libs/iff.library")
	(dest "Libs:")
)

(complete 100)

(exit)