Windowed MS-DOS Apps Revert to Full Screen in WindowsLast reviewed: November 23, 1994Article ID: Q71211 |
The information in this article applies to:
SUMMARYWhile running an MS-DOS application in a window, Microsoft Windows may switch it to full screen if an MS-DOS critical error occurs. Typically, the critical error will be a disk error, but there are other causes as well. The common critical MS-DOS errors are:
MORE INFORMATION
Switching Between Full Screen and Windowed Display ModesThe "windowed" display mode of MS-DOS applications is only available in 386 enhanced mode. There are three actions that can be performed to run an MS-DOS application in a window or full screen:
MS-DOS Int 24H Critical ErrorsThe critical error handler is a function of interrupt 24H. A complete listing of the MS-DOS Int 24H critical errors are listed below. Error Code Hex Dec Description
00H 0 Write-protect error 01H 1 Unknown unit (invalid drive number) 02H 2 Drive not ready (no disk or driver door open) 03H 3 Unknown command requested 04H 4 Data error (CRC) 05H 5 Bad request structure length 06H 6 Seek error; move to requested cylinder failed 07H 7 Unknown disk format 08H 8 Sector not found 09H 9 Printer out of paper 0AH 10 Write fault 0BH 11 Read fault 0CH 12 General, nonspecific error 0FH 15 Invalid disk change (MS-DOS version 3.0 or later) |
KBCategory: kbenv kbdisplay kbinterop
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |