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_coldboot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_COLDBOOT()


Syntax:        L_COLDBOOT()



Purpose:       To reset the system unit as if it had been turned off.
               The Power On Self Tests are performed when starting up.


Arguments:     None.


Returns:       Nothing


Usage:         Effectively the same as removing electrical power from
               the system and then restarting it.

               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 the changes.

               PLEASE ENSURE THAT ALL FILES ARE CLOSED BEFORE ISSUING
               THIS FUNCTION CALL. MAKE SURE THAT YOU UNDERSTAND THE
               EFFECT OF EFFECTIVELY PRESSING CTRL+ALT+DEL IF WORKING
               ON NETWORKS!


Examples:      * Reset system and perform diagnostics when restarting.
               CLOSE ALL
               L_WARMBOOT()


Language:      Assembler

See Also: L_WARMBOOT()

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