[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson