Virus Utilities (Oct 1991) : VScan5.09 /

Options:

Name Size Date Type
../
Docs/ 1991-09-08
InstallLibrary 804 1991-09-08 Text [Original]
virus.library 3668 1991-08-03
VScan 31832 1991-08-01
VScan! 475 1991-07-29 Text [Original]
VSCAN509.REA 4096 1991-09-07 Text [Original]

InstallLibrary

.K ""
echo "This script will install virus.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:virus.library
   echo "No existing library, installing libs:virus.library..."
   copy virus.library libs:virus.library
else
   echo "Examine the version numbers of each library."
   echo ""
   version libs:virus.library
   version /Vscan5.09/virus.library
   echo ""
   ask "Do you wish to overwrite libs:virus.library?"
   if WARN
      echo "Updating libs:virus.library..."
      copy virus.library libs:virus.library
   endif
endif

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