Microsoft KB Archive/103386: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 52: Line 52:
== SYMPTOMS ==
== SYMPTOMS ==


If you are running MS-DOS version 6.0 or 6.2 and you perform an interactive boot (by pressing F8 at the "Starting MS-DOS" prompt) with Qemm 7.0 installed, you receive the following prompt before the usual "PROCESS AUTOEXEC.BAT [Y/N]" prompt is displayed:
If you are running MS-DOS version 6.0 or 6.2 and you perform an interactive boot (by pressing F8 at the "Starting MS-DOS" prompt) with Qemm 7.0 installed, you receive the following prompt before the usual "PROCESS AUTOEXEC.BAT [Y/N]" prompt is displayed:
<div class="indent">
<div class="indent">


Line 63: Line 63:
This is a valid variable option for the CONFIG.SYS file. This prompt appears regardless of whether the SWITCHES option is currently in the CONFIG.SYS file.<br />
This is a valid variable option for the CONFIG.SYS file. This prompt appears regardless of whether the SWITCHES option is currently in the CONFIG.SYS file.<br />
<br />
<br />
NOTE: In the CONFIG.SYS file, the /N switch normally prevents you from using the F5 and F8 keyboard options. The /F switch normally skips the two-second delay after the &quot;Starting MS-DOS&quot; message is displayed.
NOTE: In the CONFIG.SYS file, the /N switch normally prevents you from using the F5 and F8 keyboard options. The /F switch normally skips the two-second delay after the "Starting MS-DOS" message is displayed.


</div>
</div>
Line 70: Line 70:
== CAUSE ==
== CAUSE ==


The SWITCHES /N /F [Y/N] prompt appears as a result of the Qemm LOADHI.COM command being added to the Shell= statement in the CONFIG.SYS file. If you press F5, the system responds normally. However, if you press F8, the system responds with the SWITCHES prompt. Regardless of your choice, the AUTOEXEC.BAT file is processed. Neither option affects the two-second delay after the &quot;Starting MS-DOS&quot; message appears.
The SWITCHES /N /F [Y/N] prompt appears as a result of the Qemm LOADHI.COM command being added to the Shell= statement in the CONFIG.SYS file. If you press F5, the system responds normally. However, if you press F8, the system responds with the SWITCHES prompt. Regardless of your choice, the AUTOEXEC.BAT file is processed. Neither option affects the two-second delay after the "Starting MS-DOS" message appears.


</div>
</div>
Line 80: Line 80:
<pre class="codesample">  shell=c:\qemm loadhi.com /r:2 c:\dos\command.com c:\dos\ /p
<pre class="codesample">  shell=c:\qemm loadhi.com /r:2 c:\dos\command.com c:\dos\ /p
                 </pre>
                 </pre>
This allows for the correct response to the question &quot;PROCESS AUTOEXEC.BAT [Y/N]&quot;; however, the SWITCHES /N /F [Y/N] question still appears. To remove the SWITCHES prompt, the Qemm device driver DOSUP.SYS needs to be removed. This is the Qemm driver that loads MS-DOS high.<br />
This allows for the correct response to the question "PROCESS AUTOEXEC.BAT [Y/N]"; however, the SWITCHES /N /F [Y/N] question still appears. To remove the SWITCHES prompt, the Qemm device driver DOSUP.SYS needs to be removed. This is the Qemm driver that loads MS-DOS high.<br />
<br />
<br />
Example: (Device=c:\Qemm\dosup.sys)
Example: (Device=c:\Qemm\dosup.sys)

Latest revision as of 08:53, 20 July 2020

Knowledge Base


Article ID: 103386

Article Last Modified on 11/23/1999



APPLIES TO

  • Microsoft MS-DOS 6.0 Standard Edition
  • Microsoft MS-DOS 6.2 Standard Edition
  • Microsoft MS-DOS 6.21 Standard Edition
  • Microsoft MS-DOS 6.22 Standard Edition



This article was previously published under Q103386


SYMPTOMS

If you are running MS-DOS version 6.0 or 6.2 and you perform an interactive boot (by pressing F8 at the "Starting MS-DOS" prompt) with Qemm 7.0 installed, you receive the following prompt before the usual "PROCESS AUTOEXEC.BAT [Y/N]" prompt is displayed:

SWITCHES /N /F [Y/N]


If you are running MS-DOS 6.2 and you choose Y, the AUTOEXEC.BAT file is processed, but you are not given the option to step through it line by line.

This is a valid variable option for the CONFIG.SYS file. This prompt appears regardless of whether the SWITCHES option is currently in the CONFIG.SYS file.

NOTE: In the CONFIG.SYS file, the /N switch normally prevents you from using the F5 and F8 keyboard options. The /F switch normally skips the two-second delay after the "Starting MS-DOS" message is displayed.

CAUSE

The SWITCHES /N /F [Y/N] prompt appears as a result of the Qemm LOADHI.COM command being added to the Shell= statement in the CONFIG.SYS file. If you press F5, the system responds normally. However, if you press F8, the system responds with the SWITCHES prompt. Regardless of your choice, the AUTOEXEC.BAT file is processed. Neither option affects the two-second delay after the "Starting MS-DOS" message appears.

RESOLUTION

Remove the Qemm LOADHI.COM reference from the Shell= line. For example:

   shell=c:\qemm loadhi.com /r:2 c:\dos\command.com c:\dos\ /p
                

This allows for the correct response to the question "PROCESS AUTOEXEC.BAT [Y/N]"; however, the SWITCHES /N /F [Y/N] question still appears. To remove the SWITCHES prompt, the Qemm device driver DOSUP.SYS needs to be removed. This is the Qemm driver that loads MS-DOS high.

Example: (Device=c:\Qemm\dosup.sys)

MORE INFORMATION

Qemm is manufactured by Quarterdeck Office Systems, a vendor independent of Microsoft; we make no warranty, implied or otherwise regarding this product's performance or reliability.


Additional query words: 6.22 6.00 6.20 QEMM Switches F8 Interactive

Keywords: KB103386