   
   | -------------------------------------
   | Run file for application : !copycalc
   | -------------------------------------
   
     Set CopyCalc$Dir <Obey$Dir>
     IconSprites <Obey$Dir>.!Sprites
   
   | Loading interface module:
   
     If "<System$Path>"=""  then Error 0 System resources cannot be found
     RMEnsure SharedCLibrary 0 RMLoad System:modules.CLib
     RMEnsure InterfaceManager 2.00 RMLoad <Obey$Dir>.Interface
     RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
   
     WimpSlot -min 64K -max 64K
     Run <Obey$Dir>.!RunImage 
