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>bootwarm()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BOOTWARM()
 Triggers a warm start of the system
------------------------------------------------------------------------------
 Syntax

     BOOTWARM()

 Description

     This function allows changes in CONFIG.SYS or AUTOEXEC.BAT to become
     effective.  This function restarts the system just like BOOTCOLD(), but
     no RAM check or POST (power on self test) are carried out.

 Notes

     .  Close all files before you boot.  You can use CLOSE DATABASES
        to do this.

     .  BOOTWARM() is the same as pressing the Ctrl-Alt-Del keys.

 Example

     A new CONFIG.SYS is created within the program and the system reboots:

     COPY TO CONFIG.SYS SDF
     CLOSE DATABASES
     BOOTWARM()


See Also: BOOTCOLD()

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