ZealOS/src/Demo/OnceDemo.CC

13 lines
236 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;
2020-02-16 04:58:51 +00:00
//There are variants for zenith $LK,"ZOnce",A="MN:ZOnce"$().