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

Syntax:     BOOTCOLD()

Usage:      The system can be restarted with BOOTCOLD() after detection
            of a serious error, or in order to allow changes in CONFIG.SYS
            or AUTOEXEC.BAT introduced into the program to become effective.
            The function will initiate a cold start i.e., a RAM test will
            be performed.

Notes:      All files should be closed, for example with CLOSE
            DATABASES, before issuing the booting process.  The RAM
            test in a large memory system may take some time.  The
            BOOTWARM() function is recommended for speed if you just
            wish to make a new start after changing CONFIG.SYS.

Library:    CT1.LIB


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

Examples:   * It is not possible to eliminate a fault
            * in the error handling system.
            BOOTCOLD()



See Also: BOOTWARM()

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