| !Run file for DDNSC

| First clean up possible 'left overs' from earlier installations...

Unset DDNSC*

| Run our !Boot file to set up the right pointers...

Run <Obey$Dir>.!Boot

| Some modules which are absolutely necessary...

RMEnsure Internet 0.00 Error DDNSC requires the Internet module
RMEnsure Resolver 0.00 Error DDNSC requires the Resolver module

| This one is equally important, but may be found elsewhere...

RMEnsure SGL 1.18 IfThere System:Modules.SGL Then RMLoad System:Modules.SGL
RMEnsure SGL 1.18 RMLoad <DDNSC$Dir>.Resources.SGL
RMEnsure SGL 1.18 Error Shared General Library not found or too old

| Start up SysLog if it isn't already running. This is required as well.

If "<SysLog$Dir>"="" Then Error SysLog application not seen by filer
RMEnsure SysLog 0.17 Run <SysLog$Dir>.!Run
RMEnsure SysLog 0.17 Error DDNSC needs SysLog 0.17 or later

| Set the wimp slot and start the program...

WimpSlot -min 128K -max 128K
Run <DDNSC$Dir>.!RunImage
