Run <Obey$Dir>.Resources.CheckVer -file <Obey$Dir>._Info

IconSprites <Obey$Dir>.!Sprites
IconSprites <Obey$Dir>.Resources.Pointers
Set ConfiX$Dir <Obey$Dir>
Set ConfiX$Path <Obey$Dir>.

| The next two lines are to be removed
Set Config$Dir <Obey$Dir>
Set Config$Path <Obey$Dir>.

Set Dummy$Path <Run$Path>,<ConfiX$Dir>.Resources.
Run Dummy:Resfind ConfiX
Unset Dummy$Path

| Ensure the ABCLib module

Set ABCLib 1
RMEnsure ABCLibrary 0.00 Set ABCLib 0
If ABCLib = 0 Then IfThere System:modules.ABCLib THEN RMLoad System:modules.ABClib
Set ABCLib 1
RMEnsure ABCLibrary 4.20 Set ABCLib 0
If ABCLib = 0 Then Error You need ABCLibrary 4.20 or later. Double-click the !Boot app on your harddisc, select Boot and click the Install-icon. Then drag the !Boot directory that came with !ConfiX to the 'Boot Merge' window. After completion, restart the computer.
Unset ABCLib

| Ensure the eXML module
set eXML$Needed 0
RMEnsure eXML 0.35 Set eXML$Needed 1
IF "<eXML$Needed>" = "1" THEN RMLoad <ConfiX$Dir>.RMStore.eXML
IF "<eXML$Needed>" = "1" THEN Filer_Run <ConfiX$Dir>.RMStore.Kick_eXML
unset eXML$Needed

| Ensure any other modules
RMEnsure VideoUtils 2.24 RMLoad <Obey$Dir>.RMStore.Video

WimpSlot -min 450K -max 450K
Run <ConfiX$dir>.!RunImage %*0
