CT_BOOTWARM

 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()



Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.