| !Run file for CloseFiles
|
if "<CloseFiles$Running>" <> "" then error CloseFiles is already running.
|
Set CloseFiles$Dir <Obey$Dir>
Iconsprites <CloseFiles$Dir>.!Sprites
|
RMEnsure ABCLibrary 4.14 RMLoad System:modules.ABCLib
RMEnsure ABCLibrary 4.14 Error CloseFiles requires ABCLibrary version 4.14 or later.
|
WimpSlot -min 256k -max 256k
Run <CloseFiles$Dir>.!RunImage %*0
