| !Run file for ARCOutline
| by Paul Hobbs
| First bit as for !Boot
RMEnsure FormEd 1.00 RMLOAD <Obey$Dir>.FormEd
SET File$Type_004 AOutline
SET File$Type_AF8 1stWord+
SET Alias$@RunType_004 Run <Obey$Dir>.!Run %%*0
IconSprites <Obey$Dir>.!Sprites
| Find our path
Set ARCOutline$Dir <Obey$Dir>
| Check memory allocation
WimpSlot -min 200K -max 200K
| Start program
Run <ARCOutline$Dir>.!RunImage %*0
| (Just one %, so parameters are
|  substituted before !RunImage is run.
|  'Run' at start is necessary to
|  prevent filing system name being
|  treated as a temporary filing system
|  for the duration of the command.)
