mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 07:20:32 +00:00
12 lines
240 B
HolyC
Executable file
12 lines
240 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 adam $LK,"AOnce",A="MN:AOnce"$().
|