Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_warmboot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_WARMBOOT()


Syntax:        L_WARMBOOT()


Purpose:       To reset the machine as if CTRL+ALT+DEL had been
               simultaneously pressed. No Power On Self Tests are
               performed.


Arguments:     None.


Returns:       Nothing!


Usage:         Effectively the same as pressing <CTRL+ALT+ DEL>.


               This function is faster than COLDBOOT() in returning to
               the Operating System as no RAM tests or diagnostics are
               performed.

               This function may be useful in those situations where
               CONFIG.SYS or AUTOEXEC.BAT have been modified by an
               installation utility or application to reset the system
               to effect any changes made.

               ENSURE THAT ALL FILES ARE CLOSED BEFORE ISSUING THIS
               FUNCTION. ALSO BE CAREFUL ON NETWORKS!  BE SURE YOU ARE
               AWARE OF THE CONSEQUENCES OF EFFECTIVELY PRESSING
               CTRL+ALT+DEL IF WORKING ON NETWORKS.


Examples:      * reset system without diagnostics when restarting.
               CLOSE ALL
               L_WARMBOOT()

Language:      Assembler

See Also: L_COLDBOOT()

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