| !Run file for VideoBase
| by Paul Hobbs
| First bit as for !Boot
IconSprites <Obey$Dir>.!Sprites
| Find our path
Set VideoBase$Dir <Obey$Dir>
Set VideoBaseData$Dir <Obey$Dir>
RMEnsure InterfaceManager 1.25 RMLoad <Obey$Dir>.Interface
RMEnsure InterfaceManager 1.25 Error Couldn't load Interface module
| Check memory allocation
WimpSlot -min 160K -max 160K
|WimpSlot -min 420K -max 420K
| Start program
Run <VideoBase$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.) 



