| !Run file for RISC User Note Pad
| by David Spencer
| First bit as for !Boot
Set File$Type_FEE Note Pad
Set Alias$@RunType_FEE Run <Obey$Dir>.!Run %%*0
IconSprites <Obey$Dir>.!Sprites
| Find our path
Set NotePad$Dir <Obey$Dir>
| Check memory allocation
WimpSlot -min 32K -max 32K
| Start program
Run <NotePad$Dir>.!RunImage %*0
| (Just one %, so parameters are
|  substiuted 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.)
