Cd(__DIR__);;
#include "Load"
NetConfigure;

if (Fs != sys_task)
{
        if (ipv4_globals.local_ip != 0) // is set if NetConfigure is successful
        {
                NetRep;

                "\nNow run one of the Tests or Programs.\n";

                "\nIf a test crashes to Debug, try typing G2;\n\n";
        }
        else
        {
                "\nNetConfigure unsuccessful. See Network Log for details.\n\n";
        }

}