| !Run file for RISC User application example  
| Make sure that the Window Manager is new enough 
RMEnsure WindowManager 1.89 Error 0 WIMP is too old   
| Check our memory allocation
Wimpslot -min 16K -max 16K 
| Find the pathname of this directory 
SET ruex$dir <obey$dir>
| Load in application sprite just in case  
IconSprites <ruex$dir>.!Sprites 
| Run the actual application program
Run <ruex$dir>.!RunImage 
