mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-30 16:16:04 +00:00
21 lines
445 B
HolyC
Executable file
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";
|
|
}
|
|
|
|
}
|