Virus Utilities (Oct 1991) : Berserker5.01 /

Options:

Name Size Date Type
../
Berserker 7892 1991-09-06
Berserker.DOC 18451 1991-09-06 Text [Original]
Berserker-Handler 884 1991-09-06
Berserker.s 45175 1991-09-06 Text [Original]
BLVC 10468 1991-09-06
BLVC.DOC 4949 1991-09-06 Text [Original]
InstallHandler 778 1991-09-06 Text [Original]
InstallLibrary 754 1991-09-06 Text [Original]
ReadMe.fnf 183 1991-09-06 Text [Original]
req.library 14560 1991-09-06

InstallLibrary

.K ""
echo "This script will install req.library, after checking to see if"
echo "you already have one.  If so, it will check the version numbers"
echo "of the installed one, and the one in this directory, and give"
echo "you the option of installing the one found here."
echo ""

if not EXISTS libs:req.library
	echo "No existing library, installing libs:req.library..."
	copy req.library libs:req.library
else
	echo "Examine the version numbers of each library."
	echo ""
	version libs:req.library
	version /Berserker/req.library
	echo ""
	ask "Do you wish to overwrite libs:req.library?"
	if WARN
		echo "Updating libs:req.library..."
		copy req.library libs:req.library
	endif
endif

echo "All Done.  Click close gadget to get rid of window."
endcli

ReadMe.fnf

This material was submitted to me on disk by Christoph Teuber, on behalf of
the author, Ralf Thanner, for inclusion in the library.  Thanks Christoph
and Ralf!

-Fred  ><>
 15-Jan-91