; Install SuperView support scripts.
; © 1996 Simon Edwards
; This script installs some support scripts for SuperView

(transcript "Installing...")

(message  (cat	"\nThis installs some support scripts for "
			"using SuperView and IE 3.x together.\n"
			"The support files will be installed in the "
			"IE:ARexx/ directory."
			))

(working "Installing SuperView scripts...")

(copyfiles
	(prompt "")
	(help @copyfiles-help)
	(files)
	(pattern "#?")
	(source "arexx")
	(dest "IE:ARexx")
)

(exit (cat
	"Support scripts for SuperView have been installed in your "
	"IE:ARexx/ directory.  See the ReadMe file in "
	"this directory for more information."))
