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>coldboot() - perform a cold boot of the computer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     coldboot() - perform a cold boot of the computer
  Usage:    coldboot()
  Params:   none
  Returns:  nothing

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

                 handle = fcreate("C:\config.sys")
                 fwriteline(handle,"Files=55")
                 fwriteline(handle,"Buffers=20")
                 fclose(handle)
                 print(24,0,"Press any key to reboot...)
                 waitkey(0)
                 coldboot()


See Also: warmboot() waitkey() fwriteline()

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