ZealOS/src/Demo/OnceDemo.CC
2021-07-02 01:04:42 -04:00

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"$().