| RISC OS Loader for !VZap
| Written by Paul Vigay 1994-2006
|
If "<System$Path>" = "" then Error 0 !System has not been seen yet.
Set VZap$Path <obey$dir>
IconSprites <VZap$Path>.!Sprites
set VZap$Help <obey$dir>.Documents.index/html
set VZap$Version "1.39"
set VZap$Web "http://www.vigay.com/software/vzap.html"
set VZap$Title "VZap"
set VZap$Publisher "Paul Vigay"
set VZap$Description "Arguably the best RISC OS virus scanner and eliminator."
|
if "<VZap$Running>" <> "" then error VZap is already running.
|
SET ABCLib 1
RMEnsure ABCLibrary    0.00 SET ABCLib 0
|  ABCLib = 0 if not already loaded
IF ABCLib = 0 THEN RMEnsure ABClibrary 4.14 RMLoad System:modules.ABClib 
IF ABCLib = 0 THEN RMEnsure ABCLibrary 4.14 Error The version of ABCLib installed in your !System is too old. ABC Needs ABCLib 4.14 or later 
IF ABCLib = 1 THEN RMEnsure ABCLibrary 4.14 Error You are already running a version of ABCLib which is too old. ABC Needs ABCLib 4.14 or later 
|
WimpSlot -min 320k -max 320k
Run "<VZap$Path>.!RunImage" %*0
