CONFIG.SYS - Commands

From EDM2
Revision as of 02:31, 21 January 2007 by Martini (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to The Config.sys Documentation Project Main Page


Autofail

The AUTOFAIL command disables popup messages for hardware errors.

  AUTOFAIL=value

Default settings:

  • AUTOFAIL=NO

Parameters: Value can be YES or NO .

  • AUTOFAIL=NO

Popup messages are displayed.

  • AUTOFAIL=YES

Popup messages are not displayed.

If this parameter is not set it defaults to NO .


Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x eCS 1.x eCs 2.x
Yes Yes Yes Yes Yes Yes

Break

With this entry you can stop DOS applications by pressing CTRL + BREAK. This slows the application down a bit, but you can immediately stop an application without waiting for the process to end.

note: For DOS programs only!

BREAK=value

Parameters: Value can be ON or OFF .

  • BREAK=ON

After pressing CTRL + BREAK the process stops immediately.

  • BREAK=OFF

After pressing CTRL + BREAK the process runs until it reads from the prompt.


There is no default value.