| !Load - RO4.0x patches 0.08 (02 Oct 2001)
| Only applicable to RISC OS 4.0x
|
| In case anything fiddles with it (shouldn't, but...)
Set Boot$ModPatchDir <Obey$Dir>
|
| ROMPatch any known problems
Set Boot$NeedROMPatch No
AppSize 32k
Run <Boot$ModPatchDir>.NeedPatch
If "<Boot$NeedROMPatch>" <> "No" Then RMEnsure ROMPatch 0.10 RMLoad <Boot$ModPatchDir>.ROMPatch
If "<Boot$NeedROMPatch>" <> "No" Then ROMPatch -file <Boot$ModPatchDir>.<Boot$NeedROMPatch>
Unset Boot$NeedROMPatch
|
| Load any modules which have been updated
RMEnsure BASIC    1.20 RMLoad <Boot$ModPatchDir>.BASIC105
RMEnsure DDEUtils 1.61 RMLoad <Boot$ModPatchDir>.DDEUtils
RMEnsure DOSFS    0.67 RMLoad <Boot$ModPatchDir>.DOSFS
RMEnsure InternationalKeyboard 0.44 RMLoad <Boot$ModPatchDir>.IntKey
RMEnsure ShareFS  3.44 RMLoad <Boot$ModPatchDir>.ShareFS
