| >!Run
|
| Run file for !IcnClpBrd
|
| (C) Stephen Fryatt
| 20 July 2007

Set IcnClipBrd$Dir <Obey$Dir>

| Find out what version of RISC OS we're running on.

RMEnsure UtilityModule 3.50 Error IcnClipBrd needs RISC OS 3.5 or later.

| Queue the Configure Obey file, so that it is run when the module is
| started.

StartDesktopTask Obey <IcnClipBrd$Dir>.Configure

| Start the module.  When it returns to the Desktop, the above Configure
| file will be obeyed.

RMRun <IcnClipBrd$Dir>.IcnClipBrd
