|Start RISCOS !Boot 0.72 comments
| Pre Desktop setup activities. This file gets Obeyed before the desktop starts.
|
| When modifying the file by adding a section of lines it is recommended that
| the lines be bracketed by lines which start with |Start and |End. In this way
| it is easy to identify sections of line which shouldn't be broken up. For
| application writers who want to install a section of lines we advise that
| your company, application, version and section be identified. This enables
| a future install or update program to easily identify the section of lines
| which needs changing.
|End

|Start RISCOS !ThemeDefs 0.04 Loading
| ------------------------------------------
|
|       Theme variables
|
| ------------------------------------------
|
| Look ahead to any user theme setup so that the Wimp$IconTheme can be known
| prior to doing the numerous AddApp operations below (which uses *ICONSPRITES).
|
IfThere Choices:Boot.PreDesk.ThemeSetup Then /Choices:Boot.PreDesk.ThemeSetup
If "<Wimp$IconTheme>"="" Then Set Wimp$IconTheme Iyonix.
IfThere <BootResources$Dir>.!ThemeDefs Then /<BootResources$Dir>.!ThemeDefs
|End

|Start RISCOS !Boot 0.72 Aliases
| -------------------
|
|       Aliases
|
| -------------------
|
| Add more command aliases here.
|
| Here are some examples that might be added:
| Alias Basic Basic64 %%*0
| Alias Mode Echo |<22>|<%%0>
|
Set Alias$Alias Set Alias$%%0 %%*1
Alias UnAlias Unset Alias$%%0
Alias Path Set %%0$Path %%1
Alias PathMacro SetMacro %%0$Path %%1

Alias Logon SafeLogon %%*0
Alias Desktop_SetPalette ||%%*0
|End

|Start RISCOS !Boot 0.72 Paths
| -------------------
|
|       Paths
|
| -------------------
|
| Add more paths here.
|
| The macros Path and PathMacro are available:
| Path <name> <path>            sets <name>$Path to <path> GSTransed.
| PathMacro <name> <path>       sets <name>$Path (macro) to <path> un-
|                                       GSTransed
|
| Here are some example paths that might be useful:
| Set CLib$Dir ADFS::HardDisc.$.CLib
| PathMacro CLib <CLib$Dir>.
| Path BASIC ADFS::MyDisc.$.BasicLib.
|
Path BootResources Boot:RO530Hook.Res.,Boot:RO520Hook.Res.,Boot:RO510Hook.Res.,Boot:RO500Hook.Res.,<BootResources$Dir>.
|End

|Start RISCOS !Boot 0.72 Options
| -------------------
|
|       Options
|
| -------------------
|
| Add/change options here. This is for options which don't have other places
| to be set up.
|
| Here are some example options which might be useful:
| Set NFS$TruncateLength 999999
| Set Copy$Options "A ~C ~D F N L ~P Q R ~S ~T ~V"
|
|End

|Start RISCOS KbdSetup 0.18 Options
Country UK
|End

|Start RISCOS !Boot 0.72 ResApps
| -------------------
|
|       ResApps
|
| -------------------
|
| More applications to appear in Resources can be added here.
|
IfThere Boot:^.Apps then AddApp Boot:^.Apps.!*
IfThere Boot:RO530Hook.Apps Then AddApp Boot:RO530Hook.Apps.!*
IfThere Boot:^.Printing.!Printers Then AddApp Boot:^.Printing.!Printers
|End

|Start RISCOS BootApps 0.01 ResApps
IfThere Boot:^.Utilities.!ChangeFSI Then AddApp Boot:^.Utilities.!ChangeFSI
IfThere Boot:^.Impression.!ImpStyle Then AddApp Boot:^.Impression.!ImpStyle
IfThere Boot:^.OvationPro.DavidPilling32.OvationPro.!OvnPro Then AddApp Boot:^.OvationPro.DavidPilling32.OvationPro.!OvnPro
IfThere Boot:^.Network.Iris.!Iris Then AddApp Boot:^.Network.Iris.!Iris
|End

|Start RISCOS !Boot 0.72 Miscellaneous options
| -------------------
|
|       Misc
|
| -------------------
|
| Put other things which need setting up here.
|
|End
