mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-16 17:38:36 +00:00
0cb2d21007
Rename Seth --> Executive.
12 lines
241 B
HolyC
Executable file
12 lines
241 B
HolyC
Executable file
U0 OnceDemo()
|
|
{//Set code to execute next reboot.
|
|
Once("Beep;");
|
|
Once("Dir;"); //You can issue multiple and they get queued.
|
|
"Reboot ";
|
|
if (YorN)
|
|
BootRAM;
|
|
}
|
|
|
|
OnceDemo;
|
|
|
|
//There are variants for system_task $LK,"ZOnce",A="MN:ZOnce"$().
|