ZealOS/src/Demo/OnceDemo.ZC

13 lines
242 B
HolyC
Raw Normal View History

2020-02-15 20:01:48 +00:00
U0 OnceDemo()
{//Set code to execute next reboot.
Once("Beep;");
Once("Dir;"); //You can issue multiple and they get queued.
"Reboot ";
if (YorN)
BootRAM;
2020-02-15 20:01:48 +00:00
}
OnceDemo;
//There are variants for sys_task $LK,"SysOnce",A="MN:SysOnce"$().