| !Run File for !VoyUpdate
| 2005 Paul Vigay
|
Set VoyUpdate$Dir <Obey$Dir>
IconSprites <VoyUpdate$Dir>.!Sprites
|
if "<VoyUpdate$Running>" <> "" then error !VoyUpdate is already running.
|
RMEnsure ABCLibrary 4.14 RMLoad System:Modules.ABCLib
RMEnsure ABCLibrary 4.14 RMLoad <VoyUpdate$Dir>.abclib.!Boot.Resources.!System.310.Modules.abclib
RMEnsure ABCLibrary 4.14 Error VoyUpdate requires ABCLibrary version 4.14 or later.
|
WimpSlot -min 96K -max 96K
Run <VoyUpdate$Dir>.!RunImage *%0
Unset VoyUpdate$Running
