set fsckFrend$dir <obey$dir>
iconsprites <obey$dir>.!sprites
wimpslot -min 160k -max 160k
wimpslot -min 32k  -max 32k
rmensure Taskwindow 0.00 RMLoad System:Modules.Task
rmensure Taskwindow 0.00 Error 0 I need the taskwindow Module!

|| *ALL* the system variables in this script *must* be defined;
|| the app. can't function without them! (who's a lazy bunny then...)

|| The next line controls the initial wimplot allocated to the taskwindow
|| created by the program:
SET fsckfrend$SlotSize 128K

|| The next line allows you to specify the disc that will be fsck'ed
|| when the taskwindow starts up; You *must* supply the command;
|| eg. SET fsckfrend$disc "IDEFS::4"
SET fsckfrend$disc "%0"
if "<fsckfrend$disc>" = "" then set fsckfrend$disc "<Root>"
if "<fsckfrend$disc>" = "" then set fsckfrend$disc "edit me!"

|| If fsck says the map is good, how many seconds should the window
|| remain open for before auto-quiting? (0 implies immediate auto-quit)
SET fsckfrend$autoquitdelay 5

|| And if the map is screwed, how quickly should we flash the "!" / beep?
|| value is in cs, negative no means no beeping.
SET fsckfrend$beeptimer 50
|| Set this to 'Yes' or 'No' (case sensitive) to enable/disable beeping:
SET fsckfrend$audiosignal No

RUN <obey$dir>.!RunImage