set iconthang$dir <obey$dir>
iconsprites <obey$dir>.!sprites

| You can edit this to point to where you keep your icon sets.
| Mine live in "Newlook:Icons." (my NewLook$Path is "Boot:Newlook.", etc.)
SET Sprites$Path <obey$dir>.Iconsprite.

| This little fudge gets around the possibility that an Outline Font
| capable WindowManager doesn't have an outline font set.
set IT$F Yes
rmensure WindowManager 3.20 set IT$F No
if "<Wimp$Font>" <> "" then set IT$F No
if "<IT$F>" <> "No" then set Wimp$Font Homerton.Medium
if "<IT$F>" <> "No" then set Wimp$FontSize 192
if "<IT$F>" <> "No" then set Wimp$FontWidth 192
unset IT$F

|wimpslot -min 164k -max 164k
|run <obey$dir>.352src
wimpslot -min 64k -max 64k
run <obey$dir>.!RunImage
