| !Run file for !Slash Application Version 1.01
| by Paul Hobbs
| First bit as for !Boot
IconSprites <Obey$Dir>.!Sprites
| Find our path
Set Slash$Dir <Obey$Dir>
| Check memory allocation
WimpSlot -min 100K -max 4096K
| Start program
Run <Slash$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.)
