ZealOS/src/Home/Net/Start.ZC
2021-12-28 22:52:09 -05:00

21 lines
445 B
HolyC
Executable file

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 $MA,"Tests",LM="Cd(\"C:/Home/Net/Tests\");Dir;\n"$ or $MA,"Programs",LM="Cd(\"C:/Home/Net/Programs\");Dir;\n"$.\n";
"\nIf a test crashes to Debug, try typing $FG,0$G2;$FG$\n\n";
}
else
{
"\nNetConfigure unsuccessful. See Network Log for details.\n\n";
}
}