Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>crash() - lock up the entire system, forcing reboot</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     crash() - lock up the entire system, forcing reboot
  Usage:    crash()
  Params:   none
  Returns:  never

 ---------------------------------- Example ---------------------------------

                 @ 10,0 say "enter password:" get pword
                 read

                 if (pword <> "XX3321")
                      @ 0,0 say "System Halted!"
                      crash()
                 endif

  Note:     The crash() function does not harm any files or peripherals.
            If you have any open files they are not closed however.
            Only issue this if you are sure that you have safely stored
            all your data.


See Also: encrypt() decrypt() warmboot() coldboot() key() disk()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson