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

     BOOTCOLD()

 Description

     BOOTCOLD() allows you to restart the system after a critical error
     (assuming anything is still working), or to allow any program changes
     you have made in CONFIG.SYS or AUTOEXEC.BAT to take effect.  The
     function calls for a cold start.  This means a RAM check and POST (power
     on self test) are carried out.

 Notes

     .  Close all files prior to a boot.  You can use CLOSE DATABASES.

     .  If there is a large system memory, a RAM check takes a long
        time.  To avoid this lengthy procedure, you might consider using the
        BOOTWARM() function for a restart after changing CONFIG.SYS.

 Example

     An error in an error trap can no longer be changed:

     CLOSE DATABASES
     BOOTCOLD()


See Also: BOOTWARM()

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